exim: Restructure the spam handling acls.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 27 Apr 2009 14:16:38 +0000 (16:16 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 27 Apr 2009 14:16:38 +0000 (16:16 +0200)
Previously, exim would have its own spam score threshold and expect
spamassassin to mark any messages as spam (even with negative score), so
spam headers could be added on non-rejected messages. Now, we use three
acl clauses instead of just one, allowing us to accept the judgment of
spamassassin again and add spam headers in a separate clause.


No differences found