Mercurial > dnsbl
comparison xml/dnsbl.in @ 34:fc7f8f3ea90f
look for NS records on the SBL also
author | carl |
---|---|
date | Sun, 30 May 2004 16:17:44 -0700 |
parents | 43a4f6b3e668 |
children | 6b79046b18c2 |
comparison
equal
deleted
inserted
replaced
33:ce229348cdbe | 34:fc7f8f3ea90f |
---|---|
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, url | 22 <p>This milter will also decode (base64, mime, html entity, url |
23 encodings) and scan for HTTP and HTTPS URLs and bare hostnames in the | 23 encodings) and scan for HTTP and HTTPS URLs and bare hostnames in the |
24 body of the mail. If any of those host names have A records on the SBL | 24 body of the mail. If any of those host names have A or NS records on |
25 (or a single configurable DNSBL), the mail will be rejected unless | 25 the SBL (or a single configurable DNSBL), the mail will be rejected |
26 previously whitelisted. This milter also counts the number of invalid | 26 unless previously whitelisted. This milter also counts the number of |
27 HTML tags, and can reject mail if that count exceeds your specified | 27 invalid HTML tags, and can reject mail if that count exceeds your |
28 limit. | 28 specified limit. |
29 | 29 |
30 <p>The DNSBL milter reads a text configuration file (dnsbl.conf) on | 30 <p>The DNSBL milter reads a text configuration file (dnsbl.conf) on |
31 startup, and whenever the config file (or any of the referenced include | 31 startup, and whenever the config file (or any of the referenced include |
32 files) is changed. The entire configuration file is case insensitive. | 32 files) is changed. The entire configuration file is case insensitive. |
33 | 33 |