Last change
on this file was 42, checked in by Kris Deugau, 13 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 |
|
---|
3 | ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
|
---|
4 |
|
---|
5 | # pure spam sites
|
---|
6 | urirhssub LOCAL_URIBL_BLACK uribl.dnsbl. A 2
|
---|
7 | body LOCAL_URIBL_BLACK eval:check_uridnsbl('LOCAL_URIBL_BLACK')
|
---|
8 | describe LOCAL_URIBL_BLACK URI listed on local URI blacklist
|
---|
9 | score LOCAL_URIBL_BLACK 3.5
|
---|
10 |
|
---|
11 | # mostly notspam sites that still deserve a penalty
|
---|
12 | urirhssub LOCAL_URIBL_GREY uribl.dnsbl. A 4
|
---|
13 | body LOCAL_URIBL_GREY eval:check_uridnsbl('LOCAL_URIBL_GREY')
|
---|
14 | describe LOCAL_URIBL_GREY URL on local URI grey list
|
---|
15 | score LOCAL_URIBL_GREY 0.5
|
---|
16 |
|
---|
17 | # abused URL shorteners
|
---|
18 | urirhssub LOCAL_URIBL_SHORTY uribl.dnsbl. A 8
|
---|
19 | body LOCAL_URIBL_SHORTY eval:check_uridnsbl('LOCAL_URIBL_SHORTY')
|
---|
20 | describe LOCAL_URIBL_SHORTY URL-shortener on local URI list
|
---|
21 | score LOCAL_URIBL_SHORTY 1
|
---|
22 |
|
---|
23 | endif # Mail::SpamAssassin::Plugin::URIDNSBL
|
---|
Note:
See
TracBrowser
for help on using the repository browser.