Re: crm114 usage

2015-03-10 Thread Martin Schütte
On 09.03.2015 22:04, Axb wrote: > There was a SA plugin for SA 3.x > (http://mschuette.name/wp/crm114-spamassassin-plugin/) > no idea if thats stufff is still mantained.. Thanks for mentioning my Plugin. I still provide minimal maintenance, i.e. I run it on my private mailserver to verify compatib

Re: learning from IMAP spam collection

2009-05-19 Thread Martin Schütte
Michael Monnerie schrieb: Nope. It needs to modify the body as well. [...] And sometimes messages are encrypted twice, when they arrive over certain paths. But that's an extra mess. If the processing is that difficult you might consider to save a copy of every incoming mail (before filters) a

Re: Spamassassin + Mailman

2008-12-16 Thread Martin Schütte
Anton Herber schrieb: Is there a way to ignore allready scanned mails or mails coming from mailman, so they don't get scored again while being delivered to the enduser? You can use a separate smtpd for Mailman. A master.cf entry like this will open port 20025, accept only from the local IP, a

Re: How many use CRM114?

2008-03-05 Thread Martin Schütte
Michael Grant schrieb: The main drawback I see using this at a server level is that crm114 is best trained by telling it that it got something wrong as opposed to feeding in a lot of ham and telling it it's ham or spam and telling it it's spam. I guess you would say that this child learns best b

Re: False positives

2007-08-20 Thread Martin Schütte
FaberK schrieb: Where I'm wrong? URIBL_JP_SURBL,URIBL_SBL,URIBL_WS_SURBL,USER_IN_WHITELIST autolearn=no ^ -- Martin

Re: Reporting spam with Spmassassin-run instead of sa-learn

2007-07-30 Thread Martin Schütte
Magnus Anderson schrieb: > The user is not exisiting on the system itself, just inside CommuniGate that > I run. > When I run now I run like "sa-learn --spam --no-sync -u [EMAIL PROTECTED] > /system-path-to-mbox" AFAIK you cannot tell "spamassassin" to use another bayes DB. So I see three other o

Re: Reporting spam with Spmassassin-run instead of sa-learn

2007-07-29 Thread Martin Schütte
Magnus Anderson schrieb: > So basicly, I want to run the "spamassassin --revoke/--report" commands as a > specific username. How can I do that? man su For example: su vscan -c "spamassassin --report ${train_dir_sa_spam}/*" (Make sure the user has permission to read the mails.) -- Martin