Matt Saladna:
> postscreen_dnsbl_sites=zen.spamhaus.org=127.255.255.[252;254;255]*0 
>     zen.spamhaus.org*2

The implemenation is order-dependent. Postscreen maintains a
list for zen.spamhaus.org, where the last entry appears first:

    zen.spamhaus.org:
        pattern=empty, weight=2
        pattern=127.255.255.[252;254;255], weight=0

The result is that the entry with the empty pattern takes precedence
over the entry that has a non-empty pattern.

Bah. I picked the implementation that was easiest, because I did
not expect that people would specify different weights for the same
reputation provider.

I guess this will require a compatibility_level feature.

        Wietse

Reply via email to