Hi, Steve
I referred RFC 2822.(http://james.apache.org/server/rfclist/basic/rfc2822.txt)
First, "3.4.1. Addr-spec specification" says :
addr-spec = local-part "@" domain
local-part = dot-atom / quoted-string / obs-local-part
and "3.2.4. Atom" says :
atext = ALPHA / DIGIT / ; Any character except controls,
"!" / "#" / ; SP, and specials.
"$" / "%" / ; Used for atoms
"&" / "'" /
"*" / "+" /
"-" / "/" /
"=" / "?" /
"^" / "_" /
"`" / "{" /
"|" / "}" /
"~"
atom = [CFWS] 1*atext [CFWS]
dot-atom = [CFWS] dot-atom-text [CFWS]
dot-atom-text = 1*atext *("." 1*atext)
So I understood that "." in local-part must surrounded by atext.
Thanks,
2006/10/24, Steve Brewin <[EMAIL PROTECTED]>:
Manabu Shibata wrote:
> 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.
Hi,
For the sake of clarity, could you let us know which paragraph number of
which RFC you are referring to? All the relevant RFCs can be found at
http://james.apache.org/server/rfclist.html.
Cheers
-- Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Manabu Shibata
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]