Mercurial > dnsbl
diff xml/sample.conf @ 89:946fc1bcfb2c stable-5-3
don't load null config pointer, keep the old one
author | carl |
---|---|
date | Sun, 07 Aug 2005 11:26:37 -0700 |
parents | 7e4a90e5f213 |
children | 505e77188317 |
line wrap: on
line diff
--- a/xml/sample.conf Mon Aug 01 19:32:03 2005 -0700 +++ b/xml/sample.conf Sun Aug 07 11:26:37 2005 -0700 @@ -50,8 +50,9 @@ ignore { include "hosts-ignore.conf"; }; tld { include "tld.conf"; }; html_tags { include "html-tags.conf"; }; + html_limit on 20 "Mail containing excessive bad html tags rejected"; html_limit off; - host_limit on 20 "Mail containing excessive bad html tags rejected"; + host_limit on 20 "Mail containing excessive host names rejected"; host_limit soft 20; };