new patterns
This commit is contained in:
parent
24e3671f27
commit
2d6366c220
2 changed files with 7 additions and 1 deletions
|
|
@ -55,6 +55,8 @@ class AntiSpam(object):
|
|||
return False
|
||||
if profile.description.find('plan cam sexy') >= 0:
|
||||
return False
|
||||
if profile.description.find('belle dans la cam') >= 0:
|
||||
return False
|
||||
if profile.description.find('show sex') >= 0:
|
||||
return False
|
||||
if profile.description.find('un mec tres chaude') >= 0:
|
||||
|
|
@ -67,6 +69,10 @@ class AntiSpam(object):
|
|||
return False
|
||||
if profile.description.find('une fille tres chaud') >= 0:
|
||||
return False
|
||||
if profile.description.startswith('msn\n\n'):
|
||||
return False
|
||||
if profile.description.endswith('Moi la bonne jeune fille gaie'):
|
||||
return False
|
||||
# Her 'Shopping-list' begins with 'hummm'
|
||||
if profile.description.find(':\nhummm') >= 0:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue