At 17:36 2000-09-28 -0400, Douglas J. Hunley elucidated thus:
Well, first, the bracing and second-level flags aren't necessary:
:0
* ^Subject:.*New Merchandise
! somewhere(_at_)over(_dot_)ther
:0
* ^Subject:.*Latest Release
! somewhere(_at_)over(_dot_)there
Then, yes, the regexps can be combines with parenthesis and an OR operator:
:0
* ^Subject:.*(Latest Release|New Merchandise)
!somewhere(_at_)over(_dot_)there
Take a look at recent threads on grep - if you have a LARGE list of such
key phrases, you could put the key phrases into a data file and grep it
against the subject line.
---
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