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 2007/01/02 16:28:28 UTC

svn commit: r491815 - in /james/server/sandbox/handlerapi-experiment: TODO src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java

Author: norman
Date: Tue Jan  2 07:28:28 2007
New Revision: 491815

URL: http://svn.apache.org/viewvc?view=rev&rev=491815
Log:
Remove a TODO note. After checkin RFC821 and RFC2554 the current behavoir seems to be ok.
Fix a javadoc comment

Modified:
    james/server/sandbox/handlerapi-experiment/TODO
    james/server/sandbox/handlerapi-experiment/src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java

Modified: james/server/sandbox/handlerapi-experiment/TODO
URL: http://svn.apache.org/viewvc/james/server/sandbox/handlerapi-experiment/TODO?view=diff&rev=491815&r1=491814&r2=491815
==============================================================================
--- james/server/sandbox/handlerapi-experiment/TODO (original)
+++ james/server/sandbox/handlerapi-experiment/TODO Tue Jan  2 07:28:28 2007
@@ -2,7 +2,6 @@
 - Find a way to handle the old JunkHandlerScore stuff
 - Check DataCmdHandler for correct clean-up on every exceptions
 - on Rcpt message reject, the original code was logging a lot of informations. Maybe we should change the Hook callers to do something similar (in RcptCmdHandler create a log string including context() call)
-- Check AuthRequiredToRelayRcptHook to see if it is correct to return different SMTP codes if Auth is announced (for relaying denied)
 - RcptOptions: introduce a new extension points to have Handlers to declare support for given command options so that the syntax check can support them.
   - maybe also add to Mail and Rcpt standard hooks an options map parameter (MAIL's SIZE, RCPT's ORCPT/NOTIFY keyworks)
   - or maybe another non public api hook to be implemented by smtp extensions.

Modified: james/server/sandbox/handlerapi-experiment/src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/handlerapi-experiment/src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java?view=diff&rev=491815&r1=491814&r2=491815
==============================================================================
--- james/server/sandbox/handlerapi-experiment/src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java (original)
+++ james/server/sandbox/handlerapi-experiment/src/java/org/apache/james/smtpserver/core/AuthRequiredToRelayRcptHook.java Tue Jan  2 07:28:28 2007
@@ -28,7 +28,7 @@
 import org.apache.mailet.MailAddress;
 
 /**
- * Handler which whitelist "postmaster" and "abuse" recipients.
+ * Handler which check for authenticated users
  */
 public class AuthRequiredToRelayRcptHook extends AbstractLogEnabled implements
         RcptHook {



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