Commit:    0ed3f812f80a074c641b50e3a8f11c2e5ce94a82
Author:    Nikita Popov <[email protected]>         Fri, 6 Sep 2019 09:35:26 
+0200
Parents:   3f2d15d3804520fb650daf97605395d8f50531b8
Branches:  master

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

Log:
Add phpbugreports to spam mail list

Same as rhsoft.

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index d261294..d5f033a 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)/i", $email)) {
+    if (preg_match("/(rhsoft|reindl|phpbugreports)/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