Commit:    860d1552b51c21531083297f160db938f1a3e945
Author:    Nikita Popov <nikita....@gmail.com>         Mon, 15 Mar 2021 
09:48:24 +0100
Parents:   1795030d73decb454aae11fa5d32fe966595b44b
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=860d1552b51c21531083297f160db938f1a3e945

Log:
Add aarinkaur to spam list

Large number of spam comments posted today.

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 29e679c..c46d917 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -237,6 +237,7 @@ function is_spam($string)
         'amoxicillin',
         'helpdeskaustralia',
         'porn',
+        'aarinkaur',
     ];
 
     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

Reply via email to