On Jul 5, 2:21 pm, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote:
> You need to do a DNS MX lookup.  There's nothing in the Python stdlib
> which provides this functionality.  There are several libraries available
> which do this, though (Twisted among them ;).  You can probably find them
> with a little googling.  Beyond that, the rules for processing MX records
> are simple and it's not much work to pick the right host once you can do
> the MX lookups.
>
> Jean-Paul

Thanks for the pointer. However, as I said currently, I can't use
anything other than the standard libraries.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to