comparison xml/sample.conf @ 28:33e1e3910506

add configurable list of tlds
author carl
date Thu, 27 May 2004 10:08:51 -0700
parents 43a4f6b3e668
children 6b79046b18c2
comparison
equal deleted inserted replaced
27:43a4f6b3e668 28:33e1e3910506
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 # tld:
8 # second token is the tld suffix - com, net, org, etc
6 # 9 #
7 # content: 10 # content:
8 # second token is the dns suffix used for the actual lookups 11 # second token is the dns suffix used for the actual lookups
9 # third token? is a string enclosed in single quotes, so it 12 # third token? is a string enclosed in single quotes, so it
10 # is not really a token. This is the error message, with 13 # is not really a token. This is the error message, with
100 # 103 #
101 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' 104 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'
102 host_limit 20 'Mail containing too many host names rejected' 105 host_limit 20 'Mail containing too many host names rejected'
103 html_limit 20 'Mail containing excessive bad html tags rejected' 106 html_limit 20 'Mail containing excessive bad html tags rejected'
104 include html-tags.conf 107 include html-tags.conf
108 include tld.conf
105 109
106 110
107 ############################################## 111 ##############################################
108 # define the dnsbls to use 112 # define the dnsbls to use
109 # 113 #