diff xml/sample.conf @ 44:6b79046b18c2

changes for 3.2
author carl
date Fri, 09 Jul 2004 07:53:02 -0700
parents 33e1e3910506
children dca56b2de019
line wrap: on
line diff
--- a/xml/sample.conf	Mon Jul 05 22:24:22 2004 -0700
+++ b/xml/sample.conf	Fri Jul 09 07:53:02 2004 -0700
@@ -17,11 +17,19 @@
 # host_limit:
 #   second token is the integer count of the number of host names
 #       or urls that are allowed in any one mail body. Zero is
-#       unlimited.
+#       unlimited. If the actual number of host names in the message
+#       is larger than this limit, the message is rejected.
 #   third  token? is a string enclosed in single quotes, so it
 #       is not really a token. This is the error message supplied
 #       to the smtp client.
 #
+# host_soft_limit:
+#   second token is the integer count of the number of host names
+#       or urls that are checked in any one mail body. Zero is
+#       unlimited. If the actual number of host names in the message
+#       is larger than this limit, only a random selection of them
+#       are checked against the dnsbl.
+#
 # html_limit:
 #   second token is the integer count of the number of bad html tags
 #       that are allowed in any one mail body. Zero is unlimited.
@@ -103,6 +111,7 @@
 #
 content         sbl-xbl.spamhaus.org        'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'
 host_limit      20                          'Mail containing too many host names rejected'
+host_soft_limit 20
 html_limit      20                          'Mail containing excessive bad html tags rejected'
 include html-tags.conf
 include tld.conf