On Thu, 2002-12-05 at 01:01, Nico Erfurth wrote:
> nicer versions of this condition would be
>
> condition = ${if match {${lc:$h_X-Mailer:}} {(?:aol|atlas)} {no}{yes}}
> or
> condition = ${if match {${lc:$h_X-Mailer:}} {a(?:ol|tlas)} {no}{yes}}
>
> you don't need the .* in your case, and a single match should be better
> than two separated ones.
sender_domains would only match the mail from: I take it?
The X-Mailer: Atlas Mailer is used by netscape.net webmail afaik, not by
AOL. However, netscape.net outbound mail is routed through AOL boxen.
srs