Commit: f2df1a664b3642f9dc4fea449c8d74c565670081 Author: Derick Rethans <[email protected]> Sat, 1 Jun 2019 00:59:55 +0200 Parents: def044bbda998a9dce27d4ddd75af445367a9039 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=f2df1a664b3642f9dc4fea449c8d74c565670081 Log: Two can play that game Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index dfca900..d261294 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)/i", $email)) { + if (preg_match("/(rhsoft|reindl)/i", $email)) { return true; } return false; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
