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
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
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
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
FaberK schrieb:
Where I'm wrong?
URIBL_JP_SURBL,URIBL_SBL,URIBL_WS_SURBL,USER_IN_WHITELIST autolearn=no
^
--
Martin
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
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