As you can read from the error your message contains too many recipients. Libero has rules to block messages with too much recipients. Just send more messages with fewer recipients or write your own mailet that split messages with too many recipients in many mails. If you want to do this specifically per domain you will get best performance by changing the RemoteDelivery mailet and writing your custom logic while storing the message to the outgoing spool "spool.store(mail)". (You already can see logic that splits the message per recipient domain, you just need to add a check against the domain and a counter).
Stefano > -----Messaggio originale----- > Da: Pietro Marrone [mailto:[EMAIL PROTECTED] > Inviato: martedì 30 agosto 2005 11.24 > A: James Users List > Oggetto: Newsletter error: "450 too many recipients" > > My newsletter works fine except for users having lobero as > domain, (e.g. > [EMAIL PROTECTED]) > For those user my newsletter is not delivered. > > > What I can do? > > Regards > > > In the mailet log file I found the following entry: > > 30/08/05 02:02:04 INFO James.Mailet: RemoteDelivery: > Temporary exception delivering mail > (Mail1125336824225-50-!566705-to-libero.it: > javax.mail.SendFailedException: Invalid Addresses; > nested exception is: > class javax.mail.SendFailedException: 450 too many recipients ; > nested exception is: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
