spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SMTP AUTH


From: Russell J. Lahti
Subject: Re: SMTP AUTH
Date: Mon, 08 Mar 2004 09:57:38 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040106

Adam Kujawski wrote:

I would like to skip the checks performed by spamass-milter for messages that
have been accepted using SMTP AUTH.
...
I added the following bit of code to the beginning of the mlfi_connect()
function in spamass-milter.cpp and recompiled:

        if (smfi_getsymval (ctx, "{auth_type}") != NULL)
        {
                return SMFIS_ACCEPT;
        }


When you get this worked out, please post how you did it back to
the mailing list.  I'm quite sure that this is functionality that
most everyone would be interested in.

What I would also be interested in doing would be to also specify
local outgoing mail generated from the webserver, etc also not be
scanned/tagged, and be able to specify IP addresses to avoid
scanning/tagging messages from.

This is one of the main drawbacks I see with using spamass-milter.

-Russell







reply via email to

[Prev in Thread] Current Thread [Next in Thread]