procmail
[Top] [All Lists]

Recipe spesiffic variable assignment

2002-08-10 12:24:10
Good Day:

I need to do this:

1.  Search the header for a particular set of senders.

2.  If any one of them is found, set a variable to zero.

Unthinkingly, I was doing this, until I got "ignored = 0" errors:

:0 flags
* conditions
duplicate = 0

This failing, I am now doing:

:0 flags
* conditions
{ duplicate = 0 }

Is there any other way?

Also, as a side note, am I correct that this is a non-delivering recipe,
without having to specify "c" as a flag?

Thanks

Luke

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