procmail
[Top] [All Lists]

Re: Phantom lines in empty body

2004-06-20 21:10:48
Jim Osborn wrote:

When I changed it to use the B ?? ... syntax, it works.
So, apparently there's a big difference, at least in my ISP's
version of procmail, between

:0 B
* w^x <regex>

and

:0
* w^x B ?? <regex>

Is this generally true?

No, and it's not true there either. There's a big difference in all versions of procmail that support the "var ??" syntax between

:0 B # same goes for < size
* > size

and

:0
* B ?? > size

because size conditions, if not locally modified, operate on HB regardless of flags on the colon line. Whether the condition is weighted makes no difference, and it's not the case for regexp or exit code conditions.


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail