Commit: 5d58098da68ae07c7691f8b1b615bb888eb4e0af Author: Daniel P. Brown <[email protected]> Wed, 3 Oct 2012 12:08:20 -0400 Parents: 6ca54bebeb6cd60edb74e4a94df839f2327eab6d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=5d58098da68ae07c7691f8b1b615bb888eb4e0af Log: Ten more 'mosquitoes.' There were about 35 new SPAM events of 97 total entries this time. Neat. Changed paths: M include/email-validation.inc Diff: diff --git a/include/email-validation.inc b/include/email-validation.inc index 7cbdca9..9a3523f 100644 --- a/include/email-validation.inc +++ b/include/email-validation.inc @@ -46,16 +46,26 @@ function blacklisted($email) { '[email protected]', 'bitlifesciences', 'bitconferences', - 'grandeurhk', - 'legaladvantagellc', - 'sanath7285', - 'omicsgroup', - '@sina.com', - 'omicsonline', - 'bit-ibio', - 'evabrianparker', - 'bitpetrobio', - 'cogzidel', + 'grandeurhk', + 'legaladvantagellc', + 'sanath7285', + 'omicsgroup', + '@sina.com', + 'omicsonline', + 'bit-ibio', + 'evabrianparker', + 'bitpetrobio', + 'cogzidel', + 'vaccinecon', + 'bit-ica', + '[email protected]', + 'wcd-bit', + 'bit-pepcon', + 'proformative.com', + 'bitcongress', + '[email protected]', + '@sina.cn', + 'wcc-congress', ); 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
