Mercurial > dnsbl
comparison xml/dnsbl.in @ 56:57607387263d stable-3-6
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
author | carl |
---|---|
date | Wed, 08 Sep 2004 14:46:45 -0700 |
parents | c2371bb6cf84 |
children | 419e00901570 |
comparison
equal
deleted
inserted
replaced
55:44babba1a9b9 | 56:57607387263d |
---|---|
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 3.5</title> | 5 <title>DNSBL Sendmail milter - Version 3.6</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 |
110 is rejected if any list has an A record for the standard dns based | 110 is rejected if any list has an A record for the standard dns based |
111 lookup scheme (reversed octets of the client followed by the dns | 111 lookup scheme (reversed octets of the client followed by the dns |
112 suffix). | 112 suffix). |
113 | 113 |
114 <li>If the mail has not been accepted or rejected yet, the body content | 114 <li>If the mail has not been accepted or rejected yet, the body content |
115 is scanned for HTTP URLs (after base64, mime and html entity decoding), | 115 is optionally scanned for HTTP URLs (after base64, mime and html entity |
116 and the first 20 host names are checked for their presence on the SBL. | 116 decoding), and the first <configurable> host names are checked for |
117 If any host name is on the SBL, the mail is rejected. | 117 their presence on the SBL. If any host name is on the SBL, the mail is |
118 rejected. If we are doing body content scanning, we also scan for | |
119 excessive bad html tags, and if a <configurable> limit is | |
120 exceeded, the mail is rejected. | |
118 | 121 |
119 </ol> | 122 </ol> |
120 | 123 |
121 <hr> | 124 <hr> |
122 <center>Sendmail access vs. DNSBL</center> | 125 <center>Sendmail access vs. DNSBL</center> |