'hummm' pattern has to be the only word in her shopping list
This commit is contained in:
parent
939661e6f6
commit
85c446cc62
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue