comparison xml/dnsbl.in @ 24:2e23b7184d2b

start coding for bad html tag detection
author carl
date Wed, 19 May 2004 21:40:50 -0700
parents b8f5fa3dd5b8
children 43a4f6b3e668
comparison
equal deleted inserted replaced
23:06de5ab6a232 24:2e23b7184d2b
20 SBL, where all other users @example.com use only the SBL. 20 SBL, where all other users @example.com use only the SBL.
21 21
22 <p>This milter will also decode (base64, mime, html entity) and scan for 22 <p>This milter will also decode (base64, mime, html entity) and scan for
23 HTTP and HTTPS URLs and bare hostnames in the body of the mail. If any 23 HTTP and HTTPS URLs and bare hostnames in the body of the mail. If any
24 of those host names have A records on the SBL (or a single configurable 24 of those host names have A records on the SBL (or a single configurable
25 list), the mail will be rejected unless previously whitelisted. 25 list), the mail will be rejected unless previously whitelisted. This
26 milter also counts the number of invalid HTML tags, and can reject mail
27 if that count exceeds your specified limit.
26 28
27 <p>The DNSBL milter reads a text configuration file (dnsbl.conf) on 29 <p>The DNSBL milter reads a text configuration file (dnsbl.conf) on
28 startup, and whenever the config file (or any of the referenced include 30 startup, and whenever the config file (or any of the referenced include
29 files) is changed. The entire configuration file is case insensitive. 31 files) is changed. The entire configuration file is case insensitive.
30 32