Hi pjbauer,
thanks very much for that note. I worked the function over and issued a new release of the plugin. You could download it
www.vi-solutions.de/de/downloads/doc_dow...check-fuer-joomla-15, unzip it and just replace the SpambotCheckHelpers.php.
Or you can fix code your by replacing it with the following lines:
line 103: if (!preg_match("/^[^@]{1,64}@[^@]{1,255}$/", $sMailToCheck))
line 115: if (!preg_match("/^(([A-Za-z0-9!#$%&'*+\/=?^_`{|}~-][A-Za-z0-9!#$%&'*+\/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$/", $local_array[$i]))
line 123: if (!preg_match("/^\[?[0-9\.]+\]?$/", $email_array[1]))
line 132: if (!preg_match("/^(([A-Za-z0-9][A-Za-z0-9-]{0,61}[A-Za-z0-9])|([A-Za-z0-9]+))$/",$domain_array[$i]))
I tested it thoroughly and in worked fine with either php 5.2.x and php 5.3.x
Regards, Aicha