Another spider: MJ12bot/v1.2.3; http://www.majestic12.co.uk/bot.php?+
[infodrom.org/www.zeitungsliste.de] / lib / misc.inc
1 <?
2
3 function ajax_check_email()
4 {
5   global $POST;
6
7   include_once('extern/rfc822.php');
8
9   if (!empty($_POST['email']) && is_valid_email_address($_POST['email']))
10     return true;
11
12   return false;
13 }
14
15 ?>