Mercurial > dnsbl
comparison xml/dnsbl.in @ 68:0e387cd3784b
add uuencode decoding
author | carl |
---|---|
date | Sat, 22 Jan 2005 18:07:09 -0800 |
parents | 14f0b04e2e15 |
children | fb8afa205293 |
comparison
equal
deleted
inserted
replaced
67:a39c813e8f7b | 68:0e387cd3784b |
---|---|
1 <html> | 1 <html> |
2 | 2 |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | 4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> |
5 <title>DNSBL Sendmail milter - Version 4.4</title> | 5 <title>DNSBL Sendmail milter - Version 4.5</title> |
6 </head> | 6 </head> |
7 | 7 |
8 <center>Introduction</center> | 8 <center>Introduction</center> |
9 <p>This milter is released under the GPL license version 2 included in | 9 <p>This milter is released under the GPL license version 2 included in |
10 the LICENSE file in the distribution, and also available at | 10 the LICENSE file in the distribution, and also available at |
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, url | 22 <p>This milter will also decode (uuencode, base64, mime, html entity, |
23 encodings) and scan for HTTP and HTTPS URLs and bare hostnames in the | 23 url encodings) and scan for HTTP and HTTPS URLs and bare hostnames in |
24 body of the mail. If any of those host names have A or NS records on | 24 the body of the mail. If any of those host names have A or NS records |
25 the SBL (or a single configurable DNSBL), the mail will be rejected | 25 on the SBL (or a single configurable DNSBL), the mail will be rejected |
26 unless previously whitelisted. This milter also counts the number of | 26 unless previously whitelisted. This milter also counts the number of |
27 invalid HTML tags, and can reject mail if that count exceeds your | 27 invalid HTML tags, and can reject mail if that count exceeds your |
28 specified 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 |