Commit:    7771eba9faf9c94c6cb1f3d3819857bd285f6c29
Author:    danbrown <[email protected]>         Tue, 27 Aug 2013 15:34:59 -0400
Parents:   6a8bf97c8b993ca27805b8b2817a975f6201f3c1
Branches:  master

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

Log:
Still more of those darn BIT and ISIM mosquitoes.

Changed paths:
  M  include/email-validation.inc


Diff:
diff --git a/include/email-validation.inc b/include/email-validation.inc
index d745007..252303b 100644
--- a/include/email-validation.inc
+++ b/include/email-validation.inc
@@ -82,6 +82,8 @@ function blacklisted($email) {
        '[email protected]',
        '[email protected]',
        'enu.kz',
+       'isim-congress',
+       '.*cmcb.*',
     );
     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