Hi all,
I'm using James 2.2.0 on Linux to develop website
for Japanese cellular phones.
I got problem that James seems not to permit
use "." at end of local-part in accordance with RFC.
----
24/10/06 00:03:00 ERROR smtpserver: Error parsing sender address:
[EMAIL PROTECTED] : local-part (user account) ended with a ".", which is
invalid.
----
But I want to use it because it is able to use in E-mail address of
the cellular phone of Japan.
I found where validate this in
org.apache.mailet.MailAddress#parseUnquotedLocalPart().
---- L315-317 ---
if (lastCharDot) {
throw new ParseException("local-part (user account) ended with a
\".\", which is invalid.");
}
----
I've tried comment out those codes, then It seems to work correctly.
Is patch enough?
Or is there any configuration for this?
Thank you for your helping.
--
Manabu Shibata
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]