Skip to content
Snippets Groups Projects
Commit a500ee26 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Fix broken !== in spam rules

parent 6e180a6e
Branches
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ $rules['ip'][] = function($spam) {
|| strpos($spam, '199.180.119.227') !== false
|| strpos($spam, '199.193.253.171') !== false
|| strpos($spam, '202.58.124.69') !== false
|| strpos($spam, '207.6.145.84
|| strpos($spam, '207.6.145.84') !== false
|| strpos($spam, '207.135.129.5') !== false
|| strpos($spam, '208.89.') !== false
|| strpos($spam, '209.107.204.13') !== false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment