> If the error message about too many recipients occurs in the
> SMTP-connection you should be able to code the RemoteDelivery
> to handle it
If the server is behaving correctly, section 4.5.3.1 of RFC 2821 should
apply. JavaMail conforms to that RFC, so he should be able to turn partial
sending on. Partial sending is available in all James 2.2 test builds.
> just keep halving the number of recipients to that domain and retry
> until it goes through. Worst case is n + log n connections.
The specification says that you send RCPT TO commands until the server says
that you have reached the limit. The server must accept the ones already
received, and the client removes them from its list.
As I said, this was a limitation in James before send partial was enabled.
It also becomes moot when we deal with VERP for mailing lists.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]