From 9adda15a4988f065160d5137ec98f08014507643 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 30 May 2023 12:48:29 -0400 Subject: [PATCH] infanticide.pm: added comments --- infanticide.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infanticide.pm b/infanticide.pm index caff4f8..e45a292 100755 --- a/infanticide.pm +++ b/infanticide.pm @@ -1,6 +1,8 @@ #!/usr/bin/perl # This is a SpamAssassin module that kills mail from newly-born domains. +# Copyright (c) 2022-2023 by Art Cancro +# Use, duplication, or disclosure are subject to the terms of the GNU General Public License v3. package infanticide; @@ -10,6 +12,7 @@ use Sys::Syslog qw(:standard :macros); #use Time::Local; use HTTP::Date; + our @ISA = qw(Mail::SpamAssassin::Plugin); my $counter = 100; sub new { -- 2.39.2