hostname in smtp.helo()

Emile van Sebille emile at fenx.com
Wed Aug 2 09:34:43 EDT 2000


The RFC's don't require validation of the domain argument.

Recently, AOL started performing reverse name lookups and
matching to the IP address of the sender.  If this failed,
they rejected the message.  Other than that, the HELO is
more for synching than anything else.

--

Emile van Sebille
emile at fenx.com
-------------------


"Sam Wun" <swun at eSec.com.au> wrote in message
news:3987A724.A033F21B at eSec.com.au...
> how come I can put in any invalid hostname in the
smtp.helo() method
> call? eg. smtp.helo("rubbish") is not throwing any
exception??
>
> Thanks
> Sam.
>
>





More information about the Python-list mailing list