procmail
[Top] [All Lists]

Re: Recipe matching

2001-12-17 07:16:28
First Udi wrote,

| > Unfortunately, "\>" takes more characters including ".", it would
| > not help in this case.  Try this: "[ >$]"

Inside brackets, "$" represents a literal dollar sign, not a newline.  What
would work is ([     ]|$) -- the brackets enclose a space and a tab -- or
( |    |$) -- the first blank being a space, the second a tab.

Dallman wrote,

| (I added an h, because we don't need to inspect the body in your
| recipes.)

`h' (without `b') prevents writing the body; `H' (without `B' -- though the
default is H without B) is what prevents inspecting the body.



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