procmail
[Top] [All Lists]

Re: Multiple MATCH (Silly me!)

2003-02-19 19:51:57
Because of the construct I used:

* ()\/^Date:.*$

The MATCH variable was picking up the newline "^".  When I grepped the
X-FLAG "X-PROJECT" the Date and Subject weren't visible; because they
were on the next line.

Once I found them, the fix was obvious:

* ^Date:\/.*$

Now it works.

Sorry for the wasted bandwith.

                                - fleet -


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Multiple MATCH (Silly me!), fleet <=