[Mimedefang] Skipping SA on TLSMTA connections?

Joseph Brennan brennan at columbia.edu
Mon Nov 27 08:41:29 EST 2006


Vladimír Solnick? <vs-ml at email.cz> wrote:

>> !     if ($Features{"SpamAssassin"} && $SendmailMacros{'daemon_name'} ne
>> 'TLSMTA') {



That's the wrong test.  Any host on the net could use TLS to send
you mail.  You probably want to exclude mail sent with smtp auth...

    if (defined($SendmailMacros{"auth_type"}))

You might also exclude mail from localhost, mail from any other hosts
you run that require login to send mail, and mail to your abuse and
security addresses.

Joseph Brennan
Lead Email Systems Engineer
Columbia University Information Technology







More information about the MIMEDefang mailing list