Commit:    3569f2f307fe7cf574a79dde090828672ad57975
Author:    danbrown <[email protected]>         Thu, 21 Aug 2014 09:30:13 -0400
Parents:   f6e170c043f95851405819b62adb7442c97fd989
Branches:  master

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

Log:
Another pesky mosquito....

Changed paths:
  M  include/email-validation.inc


Diff:
diff --git a/include/email-validation.inc b/include/email-validation.inc
index e8648fe..57f92d1 100644
--- a/include/email-validation.inc
+++ b/include/email-validation.inc
@@ -85,6 +85,7 @@ function blacklisted($email) {
        'isim-congress',
        '.*cmcb.*',
        'molmedcon',
+       'agbtinternational',
     );
     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