Oenus Tech Services wrote:
Yes, but this would not work with our more than 1500 customers that have only pop3 access and do not have access to any shared or private folder in the servers. We needed to implement some way for these pop3-only customers to report spam back to us, and for now we've only thought of forwarding spam to an spamabuse account where some scripts could check its inbox and do bayesian learning. However, does sa-learn take into account that those emails are being forwarded
That depends on what you mean. If you just click "Forward" in most mail clients, the result will be useless for feeding Bayes. (Mostly. The exceptions are rare.)
However, if you spend the effort to teach people how to "Forward as attachment" (most mail programs support this properly; Eudora is the only one I know of where it's simply not possible - someone *please* prove me wrong? - and Outlook is a headache to do properly but it *is* possible.)
Hand-check the submissions for a while though, because customers *will* misclick something (you do NOT want to train ham as spam) or submit something they really *don't* want, but which is still ham because it's a "Joke-A-Day"-type newsletter that many more people want - so you have to blacklist it for that user.
Of course, if you've got the server resources for per-user Bayes - automate away, customers can't hurt each others' mail flow. >;) You might also want to keep submissions for a week or so in case $user calls in complaining their favourite "Please Spam Me And My Friends" newsletter isn't showing up in their inbox - you can dig it out and hand-train it correctly.
-kgd