I am running Postfix-Procmail-Spamassassin on a Mandrake 2005 server. My procmail re-direct and filter for Spamassassin works fine, but in addition we have a Spam filter built into our main Firewall which appends suspcious e-mails with [SPAM+] in the subject. I have tried writing a filter to catch these and deliver to a specific SPAM folder but it is sending all e-mails there. Any ideas? Procmail filter: :0: * ^subject:.*[SPAM+] dir/SPAM Thanks
Please try this: Code: :0: * ^Subject:[SPAM+] dir/SPAM Also have a look here: http://www.howtoforge.com/procmail_tips_recipes