Difference between revisions of "Procmail Filtering"
From XMission Wiki
m |
m |
||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
− | |||
Needs a check on any systax that may have been broken during search and replace | Needs a check on any systax that may have been broken during search and replace |
Revision as of 20:56, 19 March 2008
# Delete messages with scores high enough to be marked as spam. :0 * X-Spam-Flag: Yes /dev/null # Sort spam with SpamAssassin scores greater than or equal to 5 :0: * ^X-Spam-Level: \*\*\*\*\** spamassassin # Delete spam with the SpamAssassin Spam-Status header at anything over 5 :0 * ^X-Spam-Status: .*, score=([5-9]\.|[0-9][0-9]) /dev/null
Needs a check on any systax that may have been broken during search and replace