source: trunk/uribl/sa-uribl-example.cf

Last change on this file was 42, checked in by Kris Deugau, 12 years ago

/trunk

Rename SA fragment in uribl/, and add one in dnsbl/

File size: 839 bytes
Line 
1# This is an example configuration fragment for the URI blacklist
2
3ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
4
5# pure spam sites
6urirhssub LOCAL_URIBL_BLACK uribl.dnsbl. A 2
7body LOCAL_URIBL_BLACK eval:check_uridnsbl('LOCAL_URIBL_BLACK')
8describe LOCAL_URIBL_BLACK URI listed on local URI blacklist
9score LOCAL_URIBL_BLACK 3.5
10
11# mostly notspam sites that still deserve a penalty
12urirhssub LOCAL_URIBL_GREY uribl.dnsbl. A 4
13body LOCAL_URIBL_GREY eval:check_uridnsbl('LOCAL_URIBL_GREY')
14describe LOCAL_URIBL_GREY URL on local URI grey list
15score LOCAL_URIBL_GREY 0.5
16
17# abused URL shorteners
18urirhssub LOCAL_URIBL_SHORTY uribl.dnsbl. A 8
19body LOCAL_URIBL_SHORTY eval:check_uridnsbl('LOCAL_URIBL_SHORTY')
20describe LOCAL_URIBL_SHORTY URL-shortener on local URI list
21score LOCAL_URIBL_SHORTY 1
22
23endif # Mail::SpamAssassin::Plugin::URIDNSBL
Note: See TracBrowser for help on using the repository browser.