Skip to content

Commit ed25fb4

Browse files
committed
More mosquitoes to be swatted.
1 parent 349372e commit ed25fb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/email-validation.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ function blacklisted($email) {
9797
'europsychiatrysummit',
9898
'antibodies',
9999
'graduatecentral',
100+
101+
'@insightconferences.com',
102+
'@conferenceseries.com',
100103
);
101104
foreach ($mosquitoes as $m) {
102105
if (preg_match('/'.preg_quote($m, '/').'/i',$email)) return true;

0 commit comments

Comments
 (0)