You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by la...@evergreenmtn.com on 2004/10/10 13:00:22 UTC

case in RecipientIs

I just noticed a case sensitivity that surprised me.
RecipientIs=abc@def.xyz

Matches abc, but not Abc

Is this known, expected behavior?

Running 2.1.3 on a Win2k box using JDK 1.4.2

	



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: case in RecipientIs

Posted by "Noel J. Bergman" <no...@devtech.com>.
> I just noticed a case sensitivity that surprised me.

RFC 2821 says that local parts may be case sensitive.  We could consider a
future change such that all aspects of JAMES that compare strings use the
configuration setting to determine if matches are or are not case sensitive.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org