comparison xml/sample.conf @ 8:dbe18921f741

integration work on url scanner
author carl
date Thu, 22 Apr 2004 11:25:45 -0700
parents 793ac9cc114d
children 9ca440c8d187
comparison
equal deleted inserted replaced
7:93ff6d1ef647 8:dbe18921f741
1 # $Id$ 1 # $Id$
2 # 2 #
3 # lines start with a command token, following by argument tokens 3 # lines start with a command token, following by argument tokens
4 # tokens are separated by spaces or tabs 4 # tokens are separated by spaces or tabs
5 # 5 #
6 #
7 # content:
8 # second token is the dns suffix used for the actual lookups
9 # third token? is a string enclosed in single quotes, so it
10 # is not really a token. This is the error message, with
11 # up to two %s parameters for the url and the client ip
12 # address.
6 # 13 #
7 # dnsbl: 14 # dnsbl:
8 # second token is the name of this dnsbl 15 # second token is the name of this dnsbl
9 # third token is the dns suffix used for the actual lookups 16 # third token is the dns suffix used for the actual lookups
10 # fourth token? is a string enclosed in single quotes, so it 17 # fourth token? is a string enclosed in single quotes, so it
70 # 77 #
71 ############################################## 78 ##############################################
72 # define the dnsbls to use 79 # define the dnsbls to use
73 # 80 #
74 # 81 #
82 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'
83 #
75 dnsbl LOCAL blackholes.five-ten-sg.com 'Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s' 84 dnsbl LOCAL blackholes.five-ten-sg.com 'Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s'
76 dnsbl SPEWS blackholes.spews.org 'Mail from %s rejected - spews; see http://www.spews.org/ask.cgi?x=%s' 85 dnsbl SPEWS blackholes.spews.org 'Mail from %s rejected - spews; see http://www.spews.org/ask.cgi?x=%s'
77 dnsbl SBL sbl-xbl.spamhaus.org 'Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' 86 dnsbl SBL sbl-xbl.spamhaus.org 'Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'
78 87
79 88