Which RFC?
RFC822 says something about comments in address fields:
A.1.4. Wilt . (the Stilt) Chamberlain@NBA.US
The "(the Stilt)" is a comment, which is NOT included in
the destination mailbox address handed to the originating
system's mailer. The local-part of the address is the string
"Wilt.Chamberlain", with NO space between the first and second
words.
In chapter D it says:
comment = "(" *(ctext / quoted-pair / comment) ")"
CR = <ASCII CR, carriage return> ; ( 15, 13.)
CRLF = CR LF
ctext = <any CHAR excluding "(", ; => may be folded
")", "\" & CR, & including
linear-white-space>
Thus I'm almost sure, that the RFCs allow ',' in between '()'. But I
doubt, that many mail programs handle comments correctly (even VSoup
;-)).
Hardy
-- VSoup Homepage: http://home.pages.de/~vsoup/