Mercurial > dnsbl
comparison xml/dnsbl.in @ 16:2ae8d953f1d0
add scanning for bare hostnames
author | carl |
---|---|
date | Thu, 29 Apr 2004 21:56:22 -0700 |
parents | 6a21f7a3b002 |
children | b8f5fa3dd5b8 |
comparison
equal
deleted
inserted
replaced
15:6a21f7a3b002 | 16:2ae8d953f1d0 |
---|---|
17 use the correct set of DNSBLs for each recipient for each message. As a | 17 use the correct set of DNSBLs for each recipient for each message. As a |
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 | 22 <p>This milter will also decode (base64, mime, html entity) and scan for |
23 for HTTP URLs in the body of the mail. If any of those host names | 23 HTTP URLs and bare hostnames in the body of the mail. If any of those |
24 have A records on the SBL (or a single configurable list), the mail | 24 host names have A records on the SBL (or a single configurable list), |
25 will be rejected unless previously whitelisted. | 25 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 |