* On Fri, 19 Apr 2002, parv wrote: > all these can be easily combined as one OR'd recipe (assuming mbox)... > > :0: > # 000710 - catch messages from gateway address on sonytel.be > * 2147483647^0 ^TOmutt-users@mail\.sonytel\.be > # > # 981009 - catch messages from gateway address on gbnet.net: > * 2147483647^0 ^TOmutt(-dev|-users)?@(ns.)?gbnet\.net > # > # 000710 - added yahoogroups.com > * 2147483647^0 ^TOmutt(-dev|-users)?@.*(cs\.hmc\.edu|mutt\.org|yahoogroups\.com) > # ---- > # below is the obvious combination of above two... > #* 2147483647^0 >^TOmutt(-dev|-users)?@((ns.)?gbnet\.net|.*(cs\.hmc\.edu|mutt\.org|yahoogroups\.com)) > # ---- > IN.MUTT
Why not Just use the regular OR operator?: :0 * ^TOmutt(-dev|-users)?@(ns.)?gbnet.net|\ ^[EMAIL PROTECTED]|\ ^TOmutt(-dev|-users)?@.*(cs.hmc.edu|mutt.org|yahoogroups.com) IN.MUTT -- John