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 no...@apache.org on 2006/09/24 12:30:37 UTC

svn commit: r449389 - /james/server/branches/v2.3/src/conf/james-config.xml

Author: norman
Date: Sun Sep 24 03:30:37 2006
New Revision: 449389

URL: http://svn.apache.org/viewvc?view=rev&rev=449389
Log:
Backport james-config.xml changes. see JAMES-631)

Modified:
    james/server/branches/v2.3/src/conf/james-config.xml

Modified: james/server/branches/v2.3/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/conf/james-config.xml?view=diff&rev=449389&r1=449388&r2=449389
==============================================================================
--- james/server/branches/v2.3/src/conf/james-config.xml (original)
+++ james/server/branches/v2.3/src/conf/james-config.xml Sun Sep 24 03:30:37 2006
@@ -347,7 +347,7 @@
          -->
 
          <!-- People on this list agree to pay a penalty if they send spam -->
-         <mailet match="InSpammerBlacklist=query.bondedsender.org"
+         <mailet match="InSpammerBlacklist=query.bondedsender.org."
                  class="ToProcessor">
            <processor> transport </processor>
          </mailet>
@@ -373,13 +373,13 @@
          <!-- This set of matchers/mailets redirect all emails from known -->
          <!-- black holes, open relays, and spam servers to the spam processor -->
          <!-- For this set to function properly, the spam processor must be configured. -->
-         <mailet match="InSpammerBlacklist=dnsbl.njabl.org"
+         <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="InSpammerBlacklist=relays.ordb.org"
+         <mailet match="InSpammerBlacklist=relays.ordb.org."
                  class="ToProcessor">
            <processor> spam </processor>
            <notice>550 Requested action not taken: rejected - see http://www.ordb.org/ </notice>



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