Re: Checking if sa-learn is actually learning

2015-10-17 Thread RW
On Fri, 16 Oct 2015 20:59:52 -0500 Ryan Coleman wrote: > How do I go about checking that my automated scripts that handle spam > learning are actually learning? I have literally hundreds of emails a > day that go into the ?new? folder I have set up and it does not seem > to be learning from them.

Re: Checking if sa-learn is actually learning

2015-10-16 Thread Ian Zimmerman
On 2015-10-16 20:59 -0500, Ryan Coleman wrote: > sa-learn commands: > [scans domains for specified folders and scans them] > > /usr/bin/find /var/mail/vhosts/ -name '*.Spam.New*' -type d -exec > > /usr/bin/sa-learn --no-sync --spam --progress {}* \; > > /usr/bin/find /var/mail/vhosts/ -name '*.Sp

Checking if sa-learn is actually learning

2015-10-16 Thread Ryan Coleman
How do I go about checking that my automated scripts that handle spam learning are actually learning? I have literally hundreds of emails a day that go into the “new” folder I have set up and it does not seem to be learning from them. OS: Ubuntu 14.04.3 LTS MTA: Postfix 2.11.0-1ubuntu1 postgrey