Procmail Filtering: Difference between revisions

From XMission Wiki
Jump to navigation Jump to search
Mfrazier (talk | contribs)
mNo edit summary
Mfrazier (talk | contribs)
mNo edit summary
Line 17: Line 17:
</pre>
</pre>


[[Category:Spam]]


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 21: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