https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7882
Bug ID: 7882
Summary: Inconsistent use of the word USER.
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: spamassassin
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
spamassassin --test-mode says:
10 USER_IN_BLOCKLIST From: address is in the user's block-list
-100 USER_IN_WELCOMELIST user is listed in 'welcomelist_from'
Let's take a closer look:
10 USER_IN_BLOCKLIST From: address is in the user's block-list
AAAA BBBB
Inconsistent use of the word 'user'. AAAA is certainly not BBBB.
-100 USER_IN_WELCOMELIST user is listed in 'welcomelist_from'
CCCC DDDD
OK, that's better, it seems.
(But maybe we should be talking about addresses, not users... But maybe
that would break scripts.)
Wait, more problems:
10 USER_IN_BLOCKLIST From: address is in the user's block-list
XXXX
-100 USER_IN_WELCOMELIST user is listed in 'welcomelist_from'
YYYY
Well for XXXX it is quite clear which header it is talking about.
For YYYY all that is left is maybe it is talking about From: .
But maybe XXXX is also just one of the matching headers, the rest if
any, aren't mentioned.
--
You are receiving this mail because:
You are the assignee for the bug.