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/07/30 05:47:25 UTC

svn commit: r426860 - /james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java

Author: noel
Date: Sat Jul 29 20:47:24 2006
New Revision: 426860

URL: http://svn.apache.org/viewvc?rev=426860&view=rev
Log:
Update comment to reflect code changes already in trunk.

Modified:
    james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java

Modified: james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java?rev=426860&r1=426859&r2=426860&view=diff
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/smtpserver/DNSRBLHandler.java Sat Jul 29 20:47:24 2006
@@ -128,9 +128,8 @@
                        behavior from the blocklists.  Also, it might help them to know what IP is
                        returned, since zones often use that to indicate interesting information.
 
-                       At some point, we may wish to do something more interesting with both the A
-                       and TXT records from block lists, at which point this code can probably be
-                       removed.
+                       The next version of this code already handles the associated TXT record,
+                       so this code is just temporary for this release.
                      */
                     if (getLogger().isDebugEnabled()) {
                         getLogger().debug("Whitelist addr = " + addr.toString());
@@ -156,9 +155,8 @@
                        behavior from the blocklists.  Also, it might help them to know what IP is
                        returned, since zones often use that to indicate interesting information.
 
-                       At some point, we may wish to do something more interesting with both the A
-                       and TXT records from block lists, at which point this code can probably be
-                       removed.
+                       The next version of this code already handles the associated TXT record,
+                       so this code is just temporary for this release.
                      */
                     if (getLogger().isDebugEnabled()) {
                         getLogger().debug("Blacklist addr = " + addr.toString());



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