1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Chaskiel Grundman <[email protected]>
Subject: Prevent warnings during spamassassin --lint
Bug: https://bugs.debian.org/760860
--- a/Greylisting.pm
b/Greylisting.pm
@@ -65,6 65,10 @@ sub greylisting
my $dontcheckscore;
my %option;
if ($self->{main}->{lint_rules}) {
Mail::SpamAssassin::Plugin::dbg("GREYLISTING: disabled while linting");
return 0;
}
Mail::SpamAssassin::Plugin::dbg("GREYLISTING: called function");
$optionhash =~ s/;/,/g;
|