logo
home
about
usage
mirrors
rss feeds
help us
store
links
contact
maillist
faq

"because spam sucks.."

Usage

SpamAssassin

To utilize our lists in SpamAssasin, add the following ruleset to your local configuration directory (ie /etc/mail/spamassassin). Make sure your set your scoring appropriately.

NOTE: If you are using SA 3.0.0 or lower, change the rule from body to header!

urirhssub       URIBL_BLACK  multi.uribl.com.        A   2
body            URIBL_BLACK  eval:check_uridnsbl('URIBL_BLACK')
describe        URIBL_BLACK  Contains an URL listed in the URIBL blacklist
tflags          URIBL_BLACK  net
score           URIBL_BLACK  3.0

urirhssub       URIBL_GREY  multi.uribl.com.        A   4
body            URIBL_GREY  eval:check_uridnsbl('URIBL_GREY')
describe        URIBL_GREY  Contains an URL listed in the URIBL greylist
tflags          URIBL_GREY  net
score           URIBL_GREY  0.25