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...@bugzilla.spamassassin.org on 2004/04/21 08:09:13 UTC

[Bug 3285] SUSPICIOUS_RECIPS triggers on "user@dom.ain"

http://bugzilla.spamassassin.org/show_bug.cgi?id=3285

quinlan@pathname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spamassassin-
                   |                            |dev@incubator.apache.org
         AssignedTo|spamassassin-               |quinlan@pathname.com
                   |dev@incubator.apache.org    |



------- Additional Comments From quinlan@pathname.com  2004-04-20 23:09 -------
> the simple fix is to eliminate duplicates in the address list before you start
> counting, by using a hash rather than a list, for instance.

Okay, I checked in a fix and we'll see how it fares in the nightly corpus run.

I only have the code remove adjacent repeats.  (By the way, simply using a hash
to remove repeats would change the order and break SORTED_RECIPS, although you
could find an awkward way to work a hash in there.)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.