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 2005/06/30 20:25:24 UTC

[Bug 4440] unblacklist_from non-functional in certain cases

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


parkerm@pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.1.0




------- Additional Comments From parkerm@pobox.com  2005-06-30 11:25 -------
I just took at brief look at the code, and I honestly can't see how this works
at all, unless you have exact matching addresses.

blacklist_from *@* adds *@* to a data structure

unblacklist_from foo@bar.com just deletes foo@bar.com from that data structure,
but there is no entry for foo@bar.com.

What probably needs to happen is two lists, the normal blacklist/whitelist (yeah
whitelist uses the same code) and some sort of exclusion list, if the first
matches, you need to check the second to see if that specific address is excluded.

Should tackle for 3.1



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