From: Art Cancro Date: Tue, 30 May 2023 16:48:29 +0000 (-0400) Subject: infanticide.pm: added comments X-Git-Url: https://code.citadel.org/explore?a=commitdiff_plain;h=9adda15a4988f065160d5137ec98f08014507643;p=infanticide.git infanticide.pm: added comments --- 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 {