Commit:    f27ce31a9398926894aa9fa5130686e047995711
Author:    Nikita Popov <[email protected]>         Mon, 6 Jul 2020 15:16:54 
+0200
Parents:   60aa74c6185f2fb59ecc094180743402dc7b28c1
Branches:  master

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

Log:
Add helpdeskaustralia to spam list

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index 6eb9c10..0cad11e 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -235,6 +235,7 @@ function is_spam($string)
         'wholesale',
         'fashionretailshop01',
         'amoxicillin',
+        'helpdeskaustralia',
     ];
 
     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