[Mimedefang] Baffling message?

Jason Englander jason at englanders.cc
Tue Dec 3 00:28:01 EST 2002


On Mon, 2 Dec 2002, Ashley M. Kirchner wrote:

>     Yes I did...not once, not twice...but on three separate occasions.

The ticketmaster.com address is the $Sender address.  Does the From:
header (which is what I think SA's whitelist_from looks at) also have
ticketmaster.com in it?

If not, you could put something that matches it in whitelist_from instead,
or just set something in your filter before the SA part runs.  Maybe
something like this (untested):

  return action_accept() if $Sender =~ /(@|\.)ticketmaster\.com?>$/i;

-- 
Jason Englander <jason at englanders.cc>
394F 7E02 C105 7268 777A  3F5A 0AC0 C618 0675 80CA




More information about the MIMEDefang mailing list