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

           Summary: REF: Add bitmasked combined SURBL list support to
                    urirhsbl
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
               URL: http://www.surbl.org/lists.html
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: spamassassin
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Please add support for a bitmask style combined SURBL list in urirhsbl.  Here's
part of the draft description from the web page:
__

The sc and ws lists and a phishing list are being combined into a single,
bitmasked SURBL multi.surbl.org. Bitmasking means that there will only be one
entry per domain name or IP address, but that entry will have an IP address that
resolves according to which lists it belongs to:

    2 = comes from sc.surbl.org
    4 = comes from ws.surbl.org (and be.surbl.org)
    8 = comes from phishing list

If an entry belongs to one of the lists it will have an address where the last
octet has that value, for example 127.0.0.8 means it comes from the phishing
list and 127.0.0.2 means it's in the data used in sc.surbl.org. An entry on
multiple lists gets the sum of those list numbers as the last octet, so
127.0.0.6 means an entry is on both ws.surbl.org and sc.surbl.org (comes from: 2
+ 4 = 6). In this way, membership in multiple lists is encoded into a single
response. We recommend using this combined list with programs that can decode
the responses into the different lists to give a specific result.



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

Reply via email to