https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8017
Bug ID: 8017
Summary: Email Addr found in user whitelist also indicated as
being in blacklist
Product: Spamassassin
Version: 3.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Score Generation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
user_prefs situations:
1) email address found in whitelist, not in blacklist. SA report shows addr is
in both
lists and scores accordingly.
X-Spam-Report:
* -0.0 USER_IN_WELCOMELIST user is listed in 'welcomelist_from'
* -100 USER_IN_WHITELIST DEPRECATED: See USER_IN_WELCOMELIST
* 0.0 USER_IN_BLOCKLIST From: address is in the user's block-list
* 50 USER_IN_BLACKLIST DEPRECATED: See USER_IN_BLOCKLIST
2) email addr found in blacklist. SA scores correctly.
X-Spam-Report:
* 0.0 USER_IN_BLOCKLIST From: address is in the user's block-list
* 50 USER_IN_BLACKLIST DEPRECATED: See USER_IN_BLOCKLIST
3) email addr not in either list: SA scores correctly.
Because of this, I have had to reduce the score for blacklist to 0.1 to avoid
losing
emails.
--
You are receiving this mail because:
You are the assignee for the bug.