procmail
[Top] [All Lists]

Re: FROM_DAEMON catch problem

2005-07-14 00:51:02
Scott:


[^FROM_DAEMON matches all messages]
Any help would be greatly appreciated..

This recipe will match all headers, and show that match in a verbose
log:

   :0
   * ^^\/(.+^)+
   { }


To show what ^FROM_DAEMON matches, try:

   :0
   * ()\/^FROM_DAEMON
   { }

(but  beware, the \/-operator switches procmail's matching to greedy)


Put these two test-recipes in front of the one you showed.

-- 
Grtz, Ruud


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>