I recall that Kyle Hasselbacher (right?) recently said something about letting email with a spamassassin score of 3 or lower through TMDA unhindered, and send a confirmation email to anything higher (unless whitelisted or confirmed, of course).
How did you do that?
Not being Kyle Hasselbacher, I'll tell you how *I* do it. :)
macro SPAM_DELIVER deliver=~/dave/Maildir/.spam/ # spam to the spam folder headers 'X-Spam-Level: \*\*\*\*\*' SPAM_DELIVER headers 'Subject: \*\*\*SPAM\*\*\*' SPAM_DELIVER
Now, why I keep a Spam folder is a seperate issue, but if you wanted to do as you say, you could change the first SPAM_DELIVER to ok (and decrease the number of \*'s), and the second to confirm.
I keep my spam threshold set very high on my server, at 10, so I am using TMDA to make it lower - 5.
HTH, -- Dave Steinberg http://www.geekisp.com _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
