procmail
[Top] [All Lists]

Re: Problem with auto-reponse

2003-01-29 14:27:11
Sean wrote,

| Specifying:
|
| * ^.*filename
|
| is valid but wholly unnecessary, since if you don't anchor to the beginning
| of the line, the following would match just as well:
|
| * filename

Here that's true.  But were it a weighted condition where x!=0, there would be
a big difference.  For example,

 * 1^1 filename

would count all occurrences of "filename," including more than one in a single
line, but

 * 1^1 ^.*filename

would count lines where "filename" appears.

It apparently was the Kreemkreeture who wrote,

| >* !^X-Loop:.*$MOI

That needs the "$" modifier to get $MOI expanded.


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