Procmail Problems

Sam Tregar sam at tregar.com
Thu Dec 21 17:15:55 UTC 2006


On Thu, 21 Dec 2006, Matthew Benjamin wrote:

> * ^Subject:*test

That should be :.* not :* to match your example.  Your regular
expression means "match a string that starts with Subject followed by
zero or more colons and the string test."  Instead you want "match a
string that starts with Subject: followed by zero or more characters
and the string test.

-sam




More information about the fedora-list mailing list