RE: Bug? Too many recipients?

2004-03-10 Thread Noel J. Bergman
> 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

Re: Bug? Too many recipients?

2004-03-10 Thread tobe
Noel J. Bergman wrote: OK. If I want to work around this it seems I have to build something that sits in front of James to accept new messages, sort by domain and slowly dispatch emails with similar domains That would not be helpful. See http://wiki.apache.org/james/JamesV3/HighVolume for so

RE: Bug? Too many recipients?

2004-03-10 Thread Noel J. Bergman
> OK. If I want to work around this it seems I have to build something > that sits in front of James to accept new messages, sort by domain > and slowly dispatch emails with similar domains That would not be helpful. See http://wiki.apache.org/james/JamesV3/HighVolume for some discussion on chang

Re: Bug? Too many recipients?

2004-03-10 Thread Mark Swanson
On March 8, 2004 1:39 pm, Noel J. Bergman wrote: > > It seems there is a bug in James in that it batches too > > many recipients to a particular domain and that domain's > > SMTP server responds with: > > Not a bug. A limitation regarding an anti-spam measure taken by the remote > server. > > Ther