Hi, I believe a pattern has emerged with the failure cases.
I grep'ed for each of the 6 who failed in the output from dumpdb for the list. ~mailman/bin/dumpdb /var/lib/mailman/lists/mylist/config.pck | grep [EMAIL PROTECTED] Each one of them had a mixed case letter in the username before the domain part of the email address. If my hunch is right, this would be a mailman bug. I've seen Postfix deliver email with mixed case in the user name no problem. Mailman does store the original version inside the config.pck file, as well as the mapped to lower case version. There are exactly 6 emails matching grep [A-Z] on the list file I was given. Regards, --Donald ------------------------------------------------------ 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