comparison xml/dnsbl.in @ 19:b8f5fa3dd5b8

fix problems in the state transitions causing impossible states
author carl
date Fri, 30 Apr 2004 22:44:56 -0700
parents 2ae8d953f1d0
children 2e23b7184d2b
comparison
equal deleted inserted replaced
18:041ea016b684 19:b8f5fa3dd5b8
18 side-effect, it gives us the ability to customize the set of DNSBLs on a 18 side-effect, it gives us the ability to customize the set of DNSBLs on a
19 per-recipient basis, so that fred@example.com could use SPEWS and the 19 per-recipient basis, so that fred@example.com could use SPEWS and the
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 URLs and bare hostnames in the body of the mail. If any of those 23 HTTP and HTTPS URLs and bare hostnames in the body of the mail. If any
24 host names have A records on the SBL (or a single configurable list), 24 of those host names have A records on the SBL (or a single configurable
25 the mail will be rejected unless previously whitelisted. 25 list), the mail will be rejected unless previously whitelisted.
26 26
27 <p>The DNSBL milter reads a text configuration file (dnsbl.conf) on 27 <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 28 startup, and whenever the config file (or any of the referenced include
29 files) is changed. The entire configuration file is case insensitive. 29 files) is changed. The entire configuration file is case insensitive.
30 30