diff --git a/weboob/backends/aum/antispam.py b/weboob/backends/aum/antispam.py index aade8c74..6913be39 100644 --- a/weboob/backends/aum/antispam.py +++ b/weboob/backends/aum/antispam.py @@ -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