baruwaproject / baruwa2

Baruwa 2.0
http://www.baruwa.org
GNU General Public License v3.0
21 stars 9 forks source link

New feature : Add bayes learning as ham/spam/forgot to the API #70

Open syska opened 8 years ago

syska commented 8 years ago

We have stupid users and want to give them a simple option to send mails to be learned as ham/spam/forget ... this is a feature we can do our self.

The hard part is getting send to Baruwa. It would be really awesome if an API endpoint could do it and provide feedback ... that way I can create the integration point my self in the language of choise ... I'm being a .NET dev.

A few years ago I created a projekt but it died when changing to Baruwa.

Send a GET request to have baruwa learn the message and return feedback. Tokens learned from message, maybe there is other usefull information and could be returned. Also ... maybe a option to do pre/post spamasssin scanning to see the effect ... YES, i know it should work, but nice to see the score effect as a before/after ... so it might be cought in the future.

Let me know what you think ...