Fabrizio Regalli wrote:
Hello.
I'm writing my custom rule
uri LOCAL_URI_VIAPAYPAL /www\.viapaypal\.com\//
score LOCAL_URI_VIAPAYPAL 5.0
(for add five points to e-mail contains www.viapaypal.com
<http://www.viapaypal.com/> into body)
I've add it to /etc/mail/spamassassin/local.cf <http://local.cf> but I
can't see it with spamassassin --lint -D (and the rule seem doesn't work)
Could someone suggest me something to check for solve this problem?
Thanks in advance.
Hi, it could be a number of problems.
One big issue I had which took me a while to figure out was that I was
using amavisd-new with a user amavis group amavis, if this is what
you're using as well, or you are running SA under another user (like
maiamailguard or amavis etc) make sure that the spamassassin files have
ownership under that user and group, otherwise it won't be able to read
those files when it's run.
Just a thought. Let me know.