Procmail Recipe for SpamAssassinIf SpamAssassin is set up on your mail server (like mail.your-company-name.tld); you can set up your mail client to filter out spam messages, based on headers that SpamAssassin adds to each message. If you are using Procmail, add the following rule to your ~/.procmailrc file: :0 * ^X-Spam-Flag: Yes { :0 spam } The recipe will save messages marked with "spam" into your spam email folder. IMPORTANT: Please keep in mind that non-spam messages could end up in the spam folder and spam messages could end up in your Inbox. Related Link(s): Procmail Homepage - http://www.procmail.org/ The instructions and screen shots contained within this website are specific to services offered by Real Time Enterprises only.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". |