[Mimedefang] MIMEDefang 2.3 BETA 1 is available

David F. Skoll dfs at roaringpenguin.com
Fri Dec 21 16:03:55 EST 2001


On Fri, 21 Dec 2001, Albert E. Whale wrote:

> My question is this, by Integrating SPAM Assassin into MIME Defang, does this
> employ an immediate Site wide SPAM Rejection umbrella?

It can.  I have just added an extra test function "spam_assassin_is_spam()".
You can do what you like with the test, from adding a header to rejecting the
e-mail.

> #2. One of the Draw backs to JunkFilter is that my current Mailing Lists are
> considered SPAM.  Can you relate your experiences with SPAM Assassin?

I've only played with it very briefly.  I have this in my filter file:

sub filter_begin {
    if (spam_assassin_is_spam()) {
        action_add_header("X-Spam-Warning", "SpamAssassin says this message is SPAM");
    }
}

I then get my mail client to highlight in red those messages with an
"X-Spam-Warning" header.

So far, all of the red messages have been SPAM, and no SPAM has made it
through without being marked in red.  Very promising so far. :-)

Regards,

David.




More information about the MIMEDefang mailing list