# This is an example configuration fragment for the URI blacklist ifplugin Mail::SpamAssassin::Plugin::URIDNSBL # pure spam sites urirhssub LOCAL_URIBL_BLACK uribl.dnsbl. A 2 body LOCAL_URIBL_BLACK eval:check_uridnsbl('LOCAL_URIBL_BLACK') describe LOCAL_URIBL_BLACK URI listed on local URI blacklist score LOCAL_URIBL_BLACK 3.5 # mostly notspam sites that still deserve a penalty urirhssub LOCAL_URIBL_GREY uribl.dnsbl. A 4 body LOCAL_URIBL_GREY eval:check_uridnsbl('LOCAL_URIBL_GREY') describe LOCAL_URIBL_GREY URL on local URI grey list score LOCAL_URIBL_GREY 0.5 # abused URL shorteners urirhssub LOCAL_URIBL_SHORTY uribl.dnsbl. A 8 body LOCAL_URIBL_SHORTY eval:check_uridnsbl('LOCAL_URIBL_SHORTY') describe LOCAL_URIBL_SHORTY URL-shortener on local URI list score LOCAL_URIBL_SHORTY 1 endif # Mail::SpamAssassin::Plugin::URIDNSBL