Correcting blatant error

This commit is contained in:
László Károlyi 2019-03-02 02:41:18 +01:00
parent dfa64abb60
commit 01b2d9030c
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ def mx_check(
smtp.mail(from_address)
code, message = smtp.rcpt(email_address)
smtp.quit()
return True
if code == 250:
return True
return False