Javier,

Thank you for the report.  I went to reproduce your results, and was able to
find a bug in the code that was relatively recent.  Actually, the bug may
have been latent, although I haven't gone back to check, since the
underlying messaging exceptions are not precisely defined by the JavaMail
specification, and James v2.1.1 uses a newer version of JavaMail.  In any
event, I have a patch that works:

RemoteDelivery: Attempting delivery of
Mail1045689607288-1-to-512konline.com.ar to host ns2.terranet.com.ar. to
addresses [[EMAIL PROTECTED], [EMAIL PROTECTED]]
RemoteDelivery: Exception delivering message
(Mail1045689607288-1-to-512konline.com.ar) - Invalid Addresses;
  nested exception is:
        class javax.mail.SendFailedException: 550 5.1.1
<[EMAIL PROTECTED]>... User unknown
;
  nested exception is:
        class javax.mail.SendFailedException: 550 5.1.1
<[EMAIL PROTECTED]>... User unknown

RemoteDelivery: Permanent exception delivering mail
(Mail1045689607288-1-to-512konline.com.ar: javax.mail.SendFailedException:
Invalid Addresses;
  nested exception is:
        class javax.mail.SendFailedException: 550 5.1.1
<[EMAIL PROTECTED]>... User unknown
;
  nested exception is:
        class javax.mail.SendFailedException: 550 5.1.1
<[EMAIL PROTECTED]>... User unknown

        at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:848)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:323)
        at
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.jav
a:239)
        at
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:62
5)
        at java.lang.Thread.run(Thread.java:536)

RemoteDelivery: Sending failure message
Mail1045689607288-1-to-512konline.com.ar

I'll do a clean build and upload 2.1.2a1 later today.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to