Discussion:
USER_IN_BLACKLIST
John Fleming
21 years ago
Permalink
I got a spam that scored 100 for this:

* 100 USER_IN_BLACKLIST From: address is in the user's black-list

But I don't have any blacklist to my knowledge. I do site-wide filtering,
and the mail was for me. Explanations? Tnx - John
Matt Kettler
21 years ago
Permalink
Post by John Fleming
* 100 USER_IN_BLACKLIST From: address is in the user's black-list
But I don't have any blacklist to my knowledge. I do site-wide filtering,
and the mail was for me. Explanations? Tnx - John
Clearly that's the result of a blacklist_from entry, nothing automated like
the AWL.

Check all the locations where blacklist entries might be:

grep blacklist /usr/share/spamassassin/*.cf
grep blacklist /etc/mail/spamassassin/*.cf
grep blacklist ~/.spamassassin/user_prefs

(note: your paths might differ slightly, check the first few lines of
spamassassin -D --lint to check what paths it's reading)
John Fleming
21 years ago
Permalink
...
OK, I hadn't manually blacklisted anything, but of course, my rulesets
had! Thanks Matt

(I'm close to getting SpamCopURI going now, but having trouble
finding/getting PerlMsgSstatus.pm. I'll post later about this when I
can formulate a decent question!) - John
Loading...