CVS: tmda/contrib/dot-tmda/filters incoming,1.3,1.4
"Jason R. Mastaler" <[email protected]> Tue, 19 Sep 2006 14:54:40 -0700
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda/contrib/dot-tmda/filters In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32444/filters Modified Files: incoming Log Message: Add example that shows how to hold mail that fails SPF. Index: incoming =================================================================== RCS file: /cvsroot/tmda/tmda/contrib/dot-tmda/filters/incoming,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- incoming 16 Sep 2006 19:18:14 -0000 1.3 +++ incoming 19 Sep 2006 21:54:38 -0000 1.4 @@ -37,6 +37,9 @@ # Accept mail containing the Habeas SWE headers (http://www.habeas.com/) headers "^X-Habeas-SWE-3.*like Habeas SWE \(tm\)" ok +# SPF has marked the message as forged. Do not confirm it. +headers 'Received-SPF: fail' hold + # Hold all messages marked by SpamAssassin that score above level 8. # See http://wiki.tmda.net/SpamAssassin for more examples. headers "X-Spam-Level: \*\*\*\*\*\*\*\*" hold