Paul H Byerly wrote: > I've recently turned off personalisation on a couple of large >lists because it was running server load up too much when I sent thousands >of individual, html e-mails. Now I am getting "failed with code 452: 4.5.3 >Too many recipients" from gmail, hotmail, aol, yahoo and others. > > I realise the solution is to drop the value of >SMTP_MAX_RCPTS. I'm playing with various settings, but I wonder if anyone >knows a value that seems to get past all the big systems?
There are discussions of this in the list archives. An old post at http://mail.python.org/pipermail/mailman-users/2001-April/010917.html says the magic number for AOL at that time appeared to be about 17. However, see articles 4.11 and 4.12 in the FAQ (http://www.python.org/cgi-bin/faqw-mm.py) which say the optimal value for SMTP_MAX_RCPTS is in the range 2 - 5 from a performance standpoint. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp