Skip to content
Snippets Groups Projects
Commit c8373b67 authored by Kevin Abel's avatar Kevin Abel
Browse files

Add the utf-8 representation of the data encoded at 0xEF 0xA3 0xB5

This should catch what the previous line is supposed to match if encoded incorrectly.
parent f89974b1
Branches
No related tags found
No related merge requests found
...@@ -373,6 +373,7 @@ $rules['text'][] = function($spam) { ...@@ -373,6 +373,7 @@ $rules['text'][] = function($spam) {
|| strpos($spamLower, 'xfather123') !== false || strpos($spamLower, 'xfather123') !== false
|| strpos($spamLower, 'viagra') !== false || strpos($spamLower, 'viagra') !== false
|| strpos($spam, '?') !== false || strpos($spam, '?') !== false
|| strpos($spam, '') !== false
|| strpos($spamLower, 'levitra') !== false || strpos($spamLower, 'levitra') !== false
|| strpos($spamLower, 'linkspirit.net') !== false || strpos($spamLower, 'linkspirit.net') !== false
|| strpos($spamLower, 'lowest-rate-loans') !== false || strpos($spamLower, 'lowest-rate-loans') !== false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment