On 1/8/2023 6:29 PM, Carlos E. R. wrote:
On 2023-01-08 22:02, joe a wrote: . . .
Now trying with:
CVD_IN_ZEN 0 RCVD_IN_XBL 0 RCVD_IN_PBL 0
I set that in local.cf
<2.6> 2023-01-08T22:54:36.237088+01:00 Telcontar spamd 17988 - - config: failed to parse line, skipping, in "/home/cer/.spamassassin/user_prefs": RCVD_IN_ZEN 0 <2.6> 2023-01-08T22:54:36.237228+01:00 Telcontar spamd 17988 - - config: failed to parse line, skipping, in "/home/cer/.spamassassin/user_prefs": RCVD_IN_XBL 0 <2.6> 2023-01-08T22:54:36.237356+01:00 Telcontar spamd 17988 - - config: failed to parse line, skipping, in "/home/cer/.spamassassin/user_prefs": RCVD_IN_PBL 0
I see the same thing, but says in "/etc/mail/spamassassin/local.cf": Well. I see it now that I look for it. Sheesh.
So that method does not work. And nullifying the results is pointless, too.
[...]
DOH! The documentation says:
Setting a rule's score to 0 will disable that rule from running.
<https://spamassassin.apache.org/full/3.1.x/doc/Mail_SpamAssassin_Conf.html>
So it has to be:
score RCVD_IN_ZEN 0 score RCVD_IN_XBL 0 score RCVD_IN_PBL 0
Yeah, I mentioned that on the SA list. Don't you lurk there too? joe a.