Skip to content
Snippets Groups Projects
Commit 23411b8f authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Mark emails with `?>` as spam.

parent e78d60b5
No related branches found
No related tags found
No related merge requests found
......@@ -261,6 +261,7 @@ $rules['text'][] = function($spam) {
}
if (strpos(strtolower($spam), 'cialis') !== false
|| strpos(strtolower($spam), '?>') !== false
|| strpos(strtolower($spam), '<a href=') !== false
|| strpos(strtolower($spam), 'bitcoin') !== false
|| strpos(strtolower($spam), 'augmentin') !== false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment