RE: Comments on ValidRcptHandler

2006-08-28 Thread Norman Maurer
Am Sonntag, den 27.08.2006, 22:45 -0400 schrieb Noel J. Bergman: > Norman Maurer wrote: > > Noel J. Bergman wrote: > > >>> private void checkValidRcpt(SMTPSession session) { > >>>MailAddress rcpt = > session.getState().getSMTPSession.CURRENT_RECIPIENT); > >>>boolean invalidUser = true; >

RE: Comments on ValidRcptHandler

2006-08-27 Thread Noel J. Bergman
Norman Maurer wrote: > Noel J. Bergman wrote: >>> private void checkValidRcpt(SMTPSession session) { >>>MailAddress rcpt = session.getState().getSMTPSession.CURRENT_RECIPIENT); >>>boolean invalidUser = true; >>> >>> if (session.getConfigurationData().getUsersRepository() >>> .cont

Re: Comments on ValidRcptHandler

2006-08-27 Thread Norman Maurer
Am Sonntag, den 27.08.2006, 14:46 -0400 schrieb Noel J. Bergman: > I like this addition, which is one that I've wanted for a while, but ... > > > +

Comments on ValidRcptHandler

2006-08-27 Thread Noel J. Bergman
I like this addition, which is one that I've wanted for a while, but ... > +