spamassassin-users March 2012 archive
Main Archive Page > Month Archives  > spamassassin-users archives
spamassassin-users: Re: Allowing IMAP users to train spam/ham

Re: Allowing IMAP users to train spam/ham

From: Kevin A. McGrail <KMcGrail_at_nospam>
Date: Wed Mar 21 2012 - 13:57:33 GMT
To: "David F. Skoll" <dfs@roaringpenguin.com>

On 3/21/2012 9:30 AM, David F. Skoll wrote:
> Actually, there's a third way and it's what we do (but difficult to
> set up with pure SpamAssassin.) We tokenize inbound messages and store
> the tokens on the server. In each message, we add links for doing
> training. When you click on a training link, the system trains the
> message based on the tokens stored on the server. In that way, you are
> training using exactly the tokens that the Bayes code saw. Regards,
> David.
Very elegant IMO. I'd love to look at moving some of the framework to
support this into SA. Any objections? Won't be anything quick but it's
a really great idea.