Hello,
I have a INCLUDERC file that looks somewhat like the one below.
It is my intention to have the statements executed only if ALL
conditions are evaluated as true.
However, it seem that the statements are executed if ANY condition is
evaluated as true.
__________________________________________________________________________
:0
* ^From(_dot_)*yourname(_at_)address #match your address
* ^Subject: Blah Blah [0-9a-z] #match specific subject
* !^X-Loop: myname(_at_)address #check for looping mail
* !^Subject:.*Re: # " "
* !^FROM_DAEMON # " "
{
:0 fhw # Begin another recipe with arguments
<Executable Statements>
}
_________________________________________________________________________
From the procmailex man pages I had the impression that the above would work.
But it doesn't seem to?!?
Any help would be appreciated,
Bill Koss
wkoss(_at_)kingtech(_dot_)com