Author: Nikita Popov (nikic)
Date: 2021-09-01T20:24:12+02:00
Commit:
https://github.com/php/web-bugs/commit/4bc692453de3ff7731f00fb103408d66ed056c76
Raw diff:
https://github.com/php/web-bugs/commit/4bc692453de3ff7731f00fb103408d66ed056c76.diff
Add lildurk to spam list
Changed paths:
M include/functions.php
Diff:
diff --git a/include/functions.php b/include/functions.php
index 7c4841a1..a2ef5546 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -240,6 +240,7 @@ function is_spam($string)
'helpdeskaustralia',
'porn',
'aarinkaur',
+ 'lildurk',
];
if (preg_match('/\b('. implode('|', $keywords) . ')\b/i', $string)) {
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php