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 "Noel J. Bergman" <no...@devtech.com> on 2006/10/01 04:15:06 UTC

RE: [jira] Commented: (JAMES-642) Mail Address Error : Did not start and end with < > (brackets) - Compatibility leak

> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org