Commit:    5066e8f1ea72a11681cd5f1129f65a5cb5b87008
Author:    danbrown <[email protected]>         Tue, 4 Jun 2013 14:03:23 -0400
Parents:   d1d318f4da2260408ab9d53a8926c6b1b4753e1e
Branches:  master

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

Log:
Still more mosquitoes....

Changed paths:
  M  include/email-validation.inc


Diff:
diff --git a/include/email-validation.inc b/include/email-validation.inc
index e4e8845..d745007 100644
--- a/include/email-validation.inc
+++ b/include/email-validation.inc
@@ -76,6 +76,12 @@ function blacklisted($email) {
        'wcgg-bit',
        '@163.com',
        '[email protected]',
+       'analytix-congress',
+       'nexus-irc',
+       'bramyao23',
+       '[email protected]',
+       '[email protected]',
+       'enu.kz',
     );
     foreach ($mosquitoes as $m) {
         if (preg_match('/'.$m.'/i',$email)) return true;


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

Reply via email to