Skip to content

Commit 2678a6f

Browse files
committed
More lovely SPAM....
1 parent 9b5776b commit 2678a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/email-validation.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ function blacklisted($email) {
5353
'@sina.com',
5454
'omicsonline',
5555
'bit-ibio',
56+
'evabrianparker',
57+
'bitpetrobio',
5658
);
5759
foreach ($mosquitoes as $m) {
5860
if (preg_match('/'.$m.'/i',$email)) return true;

0 commit comments

Comments
 (0)