At 12:51 2000-12-19 +1000, Michael/ION PL Admin wrote:
I need a regular expression to stop messeges which
start with
^Subject:
You mean subject lines, or lines which literally start with a caret? What
you have there is the start of a regexp...
and have more than 5 spaces followed by some letters.
I believe this would do ya:
* ^Subject:.*[ ][ ][ ][ ][ ][a-zA-Z][a-zA-Z][a-zA-Z]
That should match at least five spaces and a minimum of three letters.
---
Please DO NOT carbon me on list replies. I'll get my copy from the list.
Sean B. Straw / Professional Software Engineering
Post Box 2395 / San Rafael, CA 94912-2395
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail