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 2010/11/10 09:47:21 UTC

svn commit: r1033394 - /james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml

Author: eric
Date: Wed Nov 10 08:47:21 2010
New Revision: 1033394

URL: http://svn.apache.org/viewvc?rev=1033394&view=rev
Log:
Remove matching mailet against InSpammerBlacklist=query.bondedsender.org (see http://s.apache.org/b13)

Modified:
    james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml

Modified: james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml?rev=1033394&r1=1033393&r2=1033394&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml Wed Nov 10 08:47:21 2010
@@ -42,9 +42,6 @@
        <mailet match="SMTPAuthSuccessful" class="ToProcessor">
           <processor>transport</processor>
        </mailet>
-       <mailet match="InSpammerBlacklist=query.bondedsender.org." 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>



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