procmail
[Top] [All Lists]

ORing in recipies

2002-11-25 11:04:30

In the (wonderful) Quick Start guide, several different methods for ORing are discussed or linked. After reading through I was under the impression that the following should work to match the following empty subject cases:

:0
* ^Subject:[ ]$ | ^Subject:$ | ^Subject:[ ]*$ | ^Subject:[ ]..$ | ^Subject:[ ]\(no subject\)
$
{
  :0 c
  | formail -r | formail -xTo: | perl ./doError.pl junk errEmpty

  :0
  ! parser(_at_)miach(_dot_)dartmouth(_dot_)edu
}

But they don't seem to match. I'm sure if I split them into mulitple rules it would work, but I was hoping to keep them together for simplicity's sake.

Steve Cochran
Dartmouth College


_______________________________________________
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>