On 10/21/2011 12:35 PM, Daniel McDonald wrote: > On 10/21/11 11:21 AM, "Bowie Bailey" <bowie_bai...@buc.com> wrote: > >> On 10/21/2011 12:16 PM, Bret Miller wrote: >>> You could say >>> header __LOCAL_MAILENGINE ALL =~ /mailengine.+\.com/I > Indeterminate length matches are almost never good. How about something > like: > header __LOCAL_MAILENGINE ALL =~ /\bmailengine[[:alnum:]]{1,3}?\.com/i
For a header rule, I would not be too worried about it. It would definitely be a bad idea in a body rule. Also, my suggestion for using [^.]+ for this would be much less likely to cause a problem. -- Bowie