make the spamassassin plugin not stop processing of content plugins
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@98 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
89c18c181d
commit
dc562f716e
11
Changes
11
Changes
@ -1,5 +1,12 @@
|
|||||||
0.20 - development
|
0.20 - development
|
||||||
|
|
||||||
|
clamav plugin, thanks to Matt Sergeant, matt@sergeant.org.
|
||||||
|
Enabling this might require you to increase your memory limits in
|
||||||
|
the run file. http://www.clamav.org/
|
||||||
|
|
||||||
|
Make the spamassassin plugin not stop the next content plugins from
|
||||||
|
running.
|
||||||
|
|
||||||
Store hooks runtime config globally so they will work within the
|
Store hooks runtime config globally so they will work within the
|
||||||
transaction objects too.
|
transaction objects too.
|
||||||
|
|
||||||
@ -15,10 +22,6 @@
|
|||||||
|
|
||||||
0.12 - 2002/10/17
|
0.12 - 2002/10/17
|
||||||
|
|
||||||
clamav plugin, thanks to Matt Sergeant, matt@sergeant.org.
|
|
||||||
Enabling this might require you to increase your memory limits in
|
|
||||||
the run file. http://www.clamav.org/
|
|
||||||
|
|
||||||
Better error messages when a plugin fails
|
Better error messages when a plugin fails
|
||||||
|
|
||||||
Remove some debug messages in the log
|
Remove some debug messages in the log
|
||||||
|
@ -72,5 +72,5 @@ sub check_spam {
|
|||||||
last if $h[0] eq "Spam" and $h[1] =~ m/^False/;
|
last if $h[0] eq "Spam" and $h[1] =~ m/^False/;
|
||||||
|
|
||||||
}
|
}
|
||||||
return (OK);
|
return (DECLINED);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user