procmail
[Top] [All Lists]

RE: Inclusive recipe

2007-10-24 16:25:04
Ruud H.G. van Tol wrote Thursday, October 25, 2007 12:36 AM:

Dallman Ross schreef:

   ADDRESS = '(\
               foo|\
               bar|\
               baz|\
               )'

That has an empty alternative at the end. 

Ah.  Of course.  Thanks, Ruud.


My favorite way to format such beasts is currently:

    ADDRESS = '(foo\
               |bar\
               |baz\
               |abracadabra\
               )'

also because most changes are at the end.

Good suggestion.

Dallman
____________________________________________________________
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

<Prev in Thread] Current Thread [Next in Thread>