comparison xml/sample.conf @ 44:6b79046b18c2

changes for 3.2
author carl
date Fri, 09 Jul 2004 07:53:02 -0700
parents 33e1e3910506
children dca56b2de019
comparison
equal deleted inserted replaced
43:acbe44bbba22 44:6b79046b18c2
15 # client ip address respectively. 15 # client ip address respectively.
16 # 16 #
17 # host_limit: 17 # host_limit:
18 # second token is the integer count of the number of host names 18 # second token is the integer count of the number of host names
19 # or urls that are allowed in any one mail body. Zero is 19 # or urls that are allowed in any one mail body. Zero is
20 # unlimited. 20 # unlimited. If the actual number of host names in the message
21 # is larger than this limit, the message is rejected.
21 # third token? is a string enclosed in single quotes, so it 22 # third token? is a string enclosed in single quotes, so it
22 # is not really a token. This is the error message supplied 23 # is not really a token. This is the error message supplied
23 # to the smtp client. 24 # to the smtp client.
25 #
26 # host_soft_limit:
27 # second token is the integer count of the number of host names
28 # or urls that are checked in any one mail body. Zero is
29 # unlimited. If the actual number of host names in the message
30 # is larger than this limit, only a random selection of them
31 # are checked against the dnsbl.
24 # 32 #
25 # html_limit: 33 # html_limit:
26 # second token is the integer count of the number of bad html tags 34 # second token is the integer count of the number of bad html tags
27 # that are allowed in any one mail body. Zero is unlimited. 35 # that are allowed in any one mail body. Zero is unlimited.
28 # third token? is a string enclosed in single quotes, so it 36 # third token? is a string enclosed in single quotes, so it
101 ############################################## 109 ##############################################
102 # content scanning parameters 110 # content scanning parameters
103 # 111 #
104 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' 112 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'
105 host_limit 20 'Mail containing too many host names rejected' 113 host_limit 20 'Mail containing too many host names rejected'
114 host_soft_limit 20
106 html_limit 20 'Mail containing excessive bad html tags rejected' 115 html_limit 20 'Mail containing excessive bad html tags rejected'
107 include html-tags.conf 116 include html-tags.conf
108 include tld.conf 117 include tld.conf
109 118
110 119