You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2021/02/06 00:22:23 UTC

[Bug 7882] New: Inconsistent use of the word USER.

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: dev@spamassassin.apache.org
          Reporter: jidanni@jidanni.org
  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.

[Bug 7882] Inconsistent use of the word USER.

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7882

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@apache.org

--- Comment #1 from Kevin A. McGrail <km...@apache.org> ---
Agreed.  Will look at this.

-- 
You are receiving this mail because:
You are the assignee for the bug.