# Procmailrc config file MAILDIR=${HOME}/mail # Filter thru spam assassin. Use "spamc" to connect a spamassassin daemon, # or "spamassassin" for non daemon mode. # Only process mail less than 256k or spamassassin will cry. :0fw: spamassassin.lock * < 256000 | spamc #roast all emails with executable attachments :0 B * ^ *Content-Disposition: attachment * (filename|name)=".*\.(pif|exe|com|scr|cpl|vbs|dll|bat|bas|cmd)" /dev/null # A score of 15 or higher is almost certainly spam (with 0.05% false positives) :0: * ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*\*\*\* /dev/null # I am tired of chineese/japaneese/korean spam :0 * ^Content-Type: text/(plain|html); *charset=("?)(big5|gb2312|iso-2022-jp|ks_c_5601-1987)("?) spam # All mail tagged as spam (eg. with a score higher than the set threshold) :0: * ^X-Spam-Status: Yes spam # Stuff from your long time friend, the Cron Daemon, goes in it's own folder :0: * ^From:.*Cron Daemon cron