Bayes Training

mr.suchy

Verified User
Joined
Oct 1, 2015
Messages
24
SpamAssassin version 3.4.1
running on Perl version 5.10.1

Like everyone I have problem with spam. From this forum I download a script which check spam and non spam folder. This is my output:

Code:
Statistics for user:
-----------------------------------------------------------------------------------------
0.000          0          3          0  non-token data: bayes db version
0.000          0        205          0  non-token data: nspam
0.000          0        944          0  non-token data: nham
0.000          0     122811          0  non-token data: ntokens
0.000          0 1443151966          0  non-token data: oldest atime
0.000          0 1463999718          0  non-token data: newest atime
0.000          0 1464000631          0  non-token data: last journal sync atime
0.000          0 1463726735          0  non-token data: last expiry atime
0.000          0   22118400          0  non-token data: last expire atime delta
0.000          0      31803          0  non-token data: last expire reduction count

In folder spamI have message from ex. [email protected]. But when I receive another email from this address it's go to inbox not to spam. How to check what is wrong ? Or maybe I dont understand what does Bayes Training ?

X-Spam-Status: No, score=3.7 required=7.5 tests=BAYES_99,BAYES_999,

Kind regards
 
Last edited:
Hello,

you need to lower you required spam score and update your bayes scoring (in the spamasssin configuration). Also be sure that RBL checking is enabled and working.

Regards,
 
Can you write hoe to update my bayes scoring (in the spamasssin configuration) and check that RBL is enabled and working ?
 
Back
Top