Mercurial > dnsbl
diff 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 |
line wrap: on
line diff
--- a/xml/dnsbl.in Wed Sep 08 14:16:49 2004 -0700 +++ b/xml/dnsbl.in Wed Sep 08 14:46:45 2004 -0700 @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> -<title>DNSBL Sendmail milter - Version 3.5</title> +<title>DNSBL Sendmail milter - Version 3.6</title> </head> <center>Introduction</center> @@ -112,9 +112,12 @@ suffix). <li>If the mail has not been accepted or rejected yet, the body content -is scanned for HTTP URLs (after base64, mime and html entity decoding), -and the first 20 host names are checked for their presence on the SBL. -If any host name is on the SBL, the mail is rejected. +is optionally scanned for HTTP URLs (after base64, mime and html entity +decoding), and the first <configurable> host names are checked for +their presence on the SBL. If any host name is on the SBL, the mail is +rejected. If we are doing body content scanning, we also scan for +excessive bad html tags, and if a <configurable> limit is +exceeded, the mail is rejected. </ol>