Years and years ago (2000, I think), I implemented a script in PHP that allows us to test whether our server will be able to deliver to an email address. It's based on some code by Jon S. Stevens <j...@clearink.com> (google that + "validateEmail" and you'll find examples). It first does a DNS lookup for the MX record, then if that's successful it attempts a standard SMTP HELO/MAIL FROM/RCPT TO/QUIT sequence and checks for errors in the mail server's response.
If you have some familiarity with PHP, I'd be happy to send you the version I wrapped into a function which you could easily loop through. The RFC822 class from PEAR could help process the text file for addresses. Or perhaps someone here knows more about how to do it in python. Such a utility could make a slick addition to the admin page in version 3. There are also commercial tools to do this. -- David Brown d...@aasv.org ; webmas...@aasv.org -----Original Message----- [...] If there's a service or utility that can verify a list of email addresses (prior to a mass operation), please suggest it. [...] _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9