> mmm, Good, for anything like FixMissingBrackets we need add a > setCommandArgument in SMTPSession to rewrite/intercept the > Argument parsed by core MAIL/RCPT without polute the main code, > right?. (seems like (org.apache.mailet.Mail) setState())
Right. Similar approach to a Servlet filter that modifies the request. The code sees the original parameter, fixes it, and passes the fixed parameter downstream. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]