Ekaterina is a big spam-slut

This commit is contained in:
Romain Bignon 2010-10-14 14:28:12 +02:00
commit 1941d68b63

View file

@ -39,6 +39,8 @@ class AntiSpam(object):
# Check if there is an email address in the offer.
if re.match('[\w\d\.-_]+@[\w\d\.]+ vous offre la possibilit', resume):
return False
if contact.get_name() == 'Ekaterina':
return False
return True