petite correction
darcs-hash:20041202201739-4ec08-2f1f95274e890eadd1f430fab56bf7855ded4bc4.gz
This commit is contained in:
parent
f8d58e7bf2
commit
35b3c7e006
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def mailexist(mail) :
|
||||||
except :
|
except :
|
||||||
raise ValueError(u'Serveur de mail injoignable')
|
raise ValueError(u'Serveur de mail injoignable')
|
||||||
|
|
||||||
if r[0] == 250 :
|
if r[0] in [250, 252] :
|
||||||
return True
|
return True
|
||||||
else :
|
else :
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue