Re: help with a recipe

LuKreme <[email protected]> Fri, 20 Feb 2015 15:37:38 -0700
Newsgroups gmane.mail.procmail
Message-ID <[email protected]>
On Feb 20, 2015, at 7:46 AM, Zhiliang Hu <[email protected]> wrote:

Turn on verbose logging

VERBOSE=ON

> :0 H

The H flag is unneeded and may cause problems in other recipes. Do not use it.

> * ^FROM_DAEMON|^FROM_MAILER|^From:.*(MAILER-DAEMON|spam_master|postmaster|ait-admin|Mail Delivery|bounce@)|^To:.*-request

* 9876543210^1 ^FROM_DEAMON
* 9876543210^1 ^From:(.*\<)DAEMON
* 9876543210^1 ^From:(.*\<)spam_master
* 9876543210^1 ^From:(.*\<)bounce@
* 9876543210^1 ^From:(.*\<)Mail Delivery
* 9876543210^1 ^From:(.*\<)postmaster@
* 9876543210^1 ^From:(.*\<)ait-admin
* 9876543210^1 ^Subject:(.*\<)spam_master
* 9876543210^1 ^To:(.*\<).*-request

> * ^Subject:.*(Error Condition|DELIVERY FAILURE|Delivery Status Notification|Delivery delayed|Returned mail|Undeliverable|failure notice|Warning: could not send message)

I would suggest in the strongest possible terms that you do not not filter these based on subject.


-- 
I've always had a flair for stage directions.