diff --git a/weboob/backends/aum/antispam.py b/weboob/backends/aum/antispam.py index 2acbcb96..aff496d5 100644 --- a/weboob/backends/aum/antispam.py +++ b/weboob/backends/aum/antispam.py @@ -74,7 +74,7 @@ class AntiSpam(object): if profile.description.endswith('Moi la bonne jeune fille gaie'): return False # Her 'Shopping-list' begins with 'hummm' - if profile.description.find(':\nhummm') >= 0: + if profile.description.endswith('Sa shopping-list :\nhummm'): return False # Part of an email address (camiliasexy1live.fr) if profile.description.find('sexy1live') >= 0: