infanticide.pm: added comments
authorArt Cancro <ajc@citadel.org>
Tue, 30 May 2023 16:48:29 +0000 (12:48 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 30 May 2023 16:48:29 +0000 (12:48 -0400)
infanticide.pm

index caff4f89eeb829439e05b2e16252288ae92c4c23..e45a2925ca6a1840c6aae4434942073b18779025 100755 (executable)
@@ -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 {