Author: norman Date: Fri Jan 5 01:44:35 2007 New Revision: 492952 URL: http://svn.apache.org/viewvc?view=rev&rev=492952 Log: Just add a reminder to TODO
Modified: james/server/sandbox/handlerapi-experiment/TODO Modified: james/server/sandbox/handlerapi-experiment/TODO URL: http://svn.apache.org/viewvc/james/server/sandbox/handlerapi-experiment/TODO?view=diff&rev=492952&r1=492951&r2=492952 ============================================================================== --- james/server/sandbox/handlerapi-experiment/TODO (original) +++ james/server/sandbox/handlerapi-experiment/TODO Fri Jan 5 01:44:35 2007 @@ -9,4 +9,5 @@ - SenderAuthIdentifyVerificationRcptHook use session.getConfigurationData().isVerifyIdentity() to decide wether to enable itself or not: isn't it better to add the handler to the config and commenting/uncommenting the handler already do the trick? If so we shoudl simply remove that configuration and remove the check in the code. - I would like to Merge HeloHook and EhloHook to a single hook. They are alternative and I think there is no need for both in the high-level api. less is more ;-) (currently we have a single handler implementing both hook and doing the same thing for both). -- Check if we can delete the ComposedJunkScore class. I think the class is not needed anymore \ No newline at end of file +- Check if we can delete the ComposedJunkScore class. I think the class is not needed anymore +- We should probably move logging of ok/deny operations from specific hooks to this Hook result interceptor \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]