Auteur: Jeffrey Wheat Date: À: Suresh Ramasubramanian, Nico Erfurth CC: Kevin P. Fleming, Exim users list Sujet: RE: [Exim] New AOL Mailer for forgery filter (for Exim 4.x)
Just saw this as an X-Mailer from a valid AOL.COM
server: CompuServe 6.0 for Windows XP US sub 50
Jeff
> -----Original Message-----
> From: Suresh Ramasubramanian [mailto:mallet@efn.org]
> Sent: Wednesday, December 04, 2002 9:39 PM
> To: Nico Erfurth
> Cc: Kevin P. Fleming; Exim users list
> Subject: Re: [Exim] New AOL Mailer for forgery filter (for Exim 4.x)
>
>
> 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.
>