Angel, > >> Since a time, I'm observing that I have a lot of messages with: > > have you tried a debug? > > spamassassin -t -D < spam-message
> Now I've done. This is an example for a message: > Content analysis details: (0.0 points, 5.0 required) > pts rule name description > ---- ---------------------- > -------------------------------------------------- > _SUMMARY_ Perhaps rules are not in a directory where SpamAssassin expects them. The -D option did provide you with debug information, please examine it, and if you can't see an obvious problem, post it here. A likely culprit is a wrong path for rules or .cf files. Btw, the testing command-line spamassassin should be executed under the same user as amavisd runs, otherwise the difference in environment may cause different behaviour. Try something like: # su vscan -c 'spamassassin -t -D <spam-message' Mark
