diff xml/dnsbl.in @ 163:97d7da45fe2a

spamassassin changes
author carl
date Sun, 26 Aug 2007 19:03:17 -0700
parents c4bce911c276
children 5809bcdc325b
line wrap: on
line diff
--- a/xml/dnsbl.in	Sat Jul 14 12:25:17 2007 -0700
+++ b/xml/dnsbl.in	Sun Aug 26 19:03:17 2007 -0700
@@ -375,6 +375,11 @@
                 ignore list, the mail is rejected.
             </para>
             <para>
+                If the spamassassin limit for this filtering context is non-zero, the
+                message is passed thru spamassassin (via spamc) and if the resulting
+                score is larger than this limit, the mail is rejected.
+            </para>
+            <para>
                 We also scan for excessive bad html tags, and if a &lt;configurable&gt;
                 limit is exceeded, the mail is rejected.
             </para>
@@ -499,7 +504,7 @@
         <refsect1 id='copyright.1'>
             <title>Copyright</title>
             <para>
-                Copyright (C) 2005 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
+                Copyright (C) 2007 by 510 Software Group &lt;carl@five-ten-sg.com&gt;
             </para>
             <para>
                 This program is free software; you can redistribute it and/or modify it
@@ -567,7 +572,8 @@
 
 CONTENT    = "content" ("on" | "off") "{" {CONTENT-ST}+ "}"
 CONTENT-ST = (FILTER | URIBL | IGNORE | TLD | CCTLD | HTML-TAGS |
-              HTML-LIMIT | HOST-LIMIT) ";"
+              HTML-LIMIT | HOST-LIMIT | SPAMASS) ";"
+SPAMASS    = "spamassassin" INTEGER
 FILTER     = "filter" DNSPREFIX ERROR-MSG2
 URIBL      = "uribl"  DNSPREFIX ERROR-MSG3
 IGNORE     = "ignore"     "{" {HOSTNAME [";"]}+ "}"