At 09:53 AM 29-11-00 +0100, you wrote:
>Ok, I downloaded EServ and tested it by myself. EServ requires the "To:"
>address as
>
>To: <[EMAIL PROTECTED]>
>
>otherwise it doesn't parse the address correctly. Thus, use "<...>" in
>your addressing.
Sometimes I hate living in a different time zone! I spent some time on this
yesterday as well, although from a slightly different angle and basically
came to the same conclusion i.e. that the angle brackets are missing. On
consulting the SMTP spec it appears that they are a required part of an
address as shown below (from http://www.freesoft.org/CIE/RFC/821/15.htm ):
The following are the SMTP commands:
MAIL <SP> FROM:<reverse-path> <CRLF>
RCPT <SP> TO:<forward-path> <CRLF>
The syntax of the above argument fields (using BNF notation where
applicable) is given below. The "..." notation indicates that a field may
be repeated one or more times.
<reverse-path> ::= <path>
<forward-path> ::= <path>
<path> ::= "<" [ <a-d-l> ":" ] <mailbox> ">"
<a-d-l> ::= <at-domain> | <at-domain> "," <a-d-l>
As you can see from the above, <path> requires the angle brackets. So the
question then is should the Mailer Swiftlet be adding them if they are not
present ?
Robert
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/