Commit:    b1edeff15793069b460287f71da17667535458b2
Author:    Derick Rethans <[email protected]>         Thu, 11 Jun 2020 
17:09:06 +0100
Parents:   465b722175908415d049c1f0e2962eca41ec3ea7
Branches:  master

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

Log:
They're not learning

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index d5f033a..6eb9c10 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -247,7 +247,7 @@ function is_spam($string)
 /* Primitive check for SPAMmy user. Add more later. */
 function is_spam_user($email)
 {
-    if (preg_match("/(rhsoft|reindl|phpbugreports)/i", $email)) {
+    if (preg_match("/(rhsoft|reindl|phpbugreports|bugreports@gmail)/i", 
$email)) {
         return true;
     }
     return false;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to