You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/22 12:57:52 UTC

svn commit: r1292250 - /james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf

Author: eric
Date: Wed Feb 22 11:57:52 2012
New Revision: 1292250

URL: http://svn.apache.org/viewvc?rev=1292250&view=rev
Log:
Remove InSpammerBlacklist from default mailet configuration (JAMES-1380)

Modified:
    james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf

Modified: james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf
URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf?rev=1292250&r1=1292249&r2=1292250&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf (original)
+++ james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf Wed Feb 22 11:57:52 2012
@@ -31,20 +31,17 @@
   </spooler>
     
   <processors>
+  
     <processor state="root" enableJmx="true">
       <mailet match="All" class="PostmasterAlias"/>
       <mailet match="RelayLimit=30" class="Null"/>
       <mailet match="SMTPAuthSuccessful" class="ToProcessor">
         <processor>transport</processor>
       </mailet>
-      <mailet match="InSpammerBlacklist=dnsbl.njabl.org." class="ToProcessor">
-        <processor>spam</processor>
-        <notice>550 Requested action not taken: rejected - see http://njabl.org/</notice>
-       </mailet>
-       <mailet match="All" class="ToProcessor">
+      <mailet match="All" class="ToProcessor">
         <processor>transport</processor>
-       </mailet>
-     </processor>
+      </mailet>
+    </processor>
 
     <processor state="transport" enableJmx="true">
       <mailet match="SMTPAuthSuccessful" class="SetMimeHeader">
@@ -102,6 +99,7 @@
         <passThrough>false</passThrough>
       </mailet>
     </processor>
+    
   </processors>
 
 </mailetcontainer>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org