> Stefano, > > Attached the patch that has following changes > > - Now SMTPhandler implements SMTPSession interface. Remove > the inner class implementation > - Removed unecessary interfaces from SMTPSession interface > - Made changes to SMTPHandlerChain that doenot allow the > server to start if there are no commandHandlers registered or > if there are commandHandlers for mandatory commands : MAIL, > RCPT and DATA.
Hi Anagha, I just committed your update! I fixed a "blocklisted = blocklisted;" that should have been "this.blocklisted = blocklisted;" in SMTPHandler. I also did a few dummy changes: - removed an unused import in SMTPHandler.java - removed an unused "boolean domainExists = false;" in RcptCmdHandler. - removed an unused import in SMTPSession.java - removed the unused private final COMMAND_NAME from a few handlers. I've just tested that it runs and it accept a message in smtp. I won't have time this week to do more than this. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
