[EMAIL PROTECTED] wrote:

>      What symbols are used for "not", "and", "or" parameters? I'm
>      assuming "!" is for not.

"!" is a procmail operator which inverts the sense of the test.

"|" is a standard regexp operator, which performs an `or' function. 
See the egrep(1) manpage for more details on regular expressions.

There isn't an `and' operator for regexps. You would have to nest
multiple rules using "{".

>      Why is the first entry suppose to have :0: while the others
>      have :0?
> 
>      Would someone clarify the use of the colon and period?

The colon forces a lockfile to be used. I don't know what you mean
regarding the period.

> I discovered that many words can be used just as it is done in vim, but this
> leaves a dilemma. When searching for text in the body (which could be
> anywhere), how does one create a condition with something from the body of
> the message?

If you use the `B' flag, procmail will check the body instead of the
header. If you want to perform checks upon both the headers and the
body, you need to nest multiple rules.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to