procmail
[Top] [All Lists]

Re: How to avoid s/\n/ /g when unfolding a header

2004-12-12 17:07:37
On Sun, 12 Dec 2004, 18:27 GMT+01 Dallman Ross wrote:

[...]

 SPACE = " "

[...]

 * $ MATCH ?? $SPACE$SPACE

as a side-note, this will always match. To match only when there are 2
spaces next to each other, the condition must be

   * $ MATCH ?? "()$SPACE$SPACE"

rob.




____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail