Stefano,

Thank you for your response.  

I did not make it clear in my original post that "the SMTP Message" is one
email/SMTP message with 223 yahoo recipients in the header.  

Thank you for your response.  I do know Java and I took a look at the
RemoteDelivery mailet and I should be able make this change.  

Has anyone ever seen a "Diagnostic-Code: X-James; [EOF]"?  I am also getting
the error returned in a similar situation.

James seems to be trying to resend this error and number of other non-fatal
failed messages.  I am assuming this is because the Diagnostic-Code is not a
recognized SMTP fatal error code as is the case with the following:

"Diagnostic-Code: X-James; [EOF]"
"Diagnostic-Code: X-James; There are no DNS entries for the hostname
qYAHOO.COM.  I cannot determine where to send this message."
"Diagnostic-Code: X-James; No mail server(s) available at this time."

Currently our system handles bounce messages (non-delivery reports) such as
these manually.  Any advice on how to prevent these types of errors from
retrying?  One option might be to only retry recognized SMTP errors rather
than retrying unknown errors which appears to be the default.

Thanks!

-----Original Message-----
From: Stefano Bagnara [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 12, 2007 2:50 AM
To: James Users List
Subject: Re: Diagnostic-Code: smtp; 452 Too many recipients

Douglas Wheeler ha scritto:
> Is there an option in James to limit the number of recipients of an SMTP
> message?  I am sending a message to 223 recipients and the message is
> returning a "Diagnostic-Code: smtp; 452 Too many recipients".
> 
>  
> 
> Thanks!

Unless you configured a smart-gateway JAMES already split the message
for every destination domain.

So JAMES should simply send 1 message for each domain including only
recipients for that domain.

Unfortunately there is no way to tune or change this.

If you know JAVA and you want to try to change it then the right place
is the RemoteDelivery mailet. Somewhere in that mailet the message
recipients are looped and 1 mail for each domain is created. If you add
a counter there you can create multiple mails with a limited recipients
number.

Stefano


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


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

Reply via email to