From 35b3c7e00631e7a08af0b8681f6fa56791572c8d Mon Sep 17 00:00:00 2001 From: chove Date: Thu, 2 Dec 2004 21:17:39 +0100 Subject: [PATCH] petite correction darcs-hash:20041202201739-4ec08-2f1f95274e890eadd1f430fab56bf7855ded4bc4.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b63ac372..afb00c43 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -97,7 +97,7 @@ def mailexist(mail) : except : raise ValueError(u'Serveur de mail injoignable') - if r[0] == 250 : + if r[0] in [250, 252] : return True else : return False