> My interest is tagging spam, not totally blocking it.
> Any pointers to any direction on integratin SA with courier would be
> helpful. I am not finding much other than a few list postsings.

Maybe this info is of use to you... maybe not..
I have done it this way with maildrop/amavisd-new/SA to put spam in a
certain folder.
amavisd-new calls SA to score the spam, but does its own tagging of the
message.

.mailfilter file in users Maildir

if ((/X-Spam-Flag: YES/:h))
{
    to ".Spam/"
}

Which works great for imap/sqwebmail.  Pre-sorted spam.  Yay.  But not so
for pop3.
They have to filter it at their end afaik, but the tag is there for them to
filter on.

fwiw,

Rick Erlandson



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to