procmail
[Top] [All Lists]

Re: Inclusive recipe

2007-10-24 15:36:26
Dallman Ross schreef:

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

That has an empty alternative at the end. 

My favorite way to format such beasts is currently:

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

also because most changes are at the end.

-- 
Groet, Ruud
____________________________________________________________
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>