Found another glitch, which is going to be harder for me to fix. Sun's
SMTP transport seems to be parsing the From: header for a valid e-mail
address, presumably to use in its MAIL FROM. I checked with a few of the
mail servers floating around and they seem to append their hostname to
the To/From fields to make a valid e-mail. It might work better to have
the server pass the headers on as-is and transfer the actual RCPT
TO/MAIL FROM information separate from the message (as they are in
SMTP). I will probably implement the former and experiment with the
latter, opinions would be good...

Aren't you glad I'm back :)

Chris


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/>
Problems?:           [EMAIL PROTECTED]

Reply via email to