NickyNet
Thu 25th Oct '01, 7:02am
hi all,
if someone post a .INFO email into the thread/post
it will be look like this: nickynet@nickynet.INFO (incorrect).
if you click on it, you will send it to nickynet@nickynet.INF ;) w.o. "O"
to change this,
edit file admin/functions.php(3) (about line 837)
$emailSearchArray = array(
"/([ \n\r\t])([_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))/si",
"/^([_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))/si"
);
change both(red) variables to:
{2,4}
it will work now..
if someone post a .INFO email into the thread/post
it will be look like this: nickynet@nickynet.INFO (incorrect).
if you click on it, you will send it to nickynet@nickynet.INF ;) w.o. "O"
to change this,
edit file admin/functions.php(3) (about line 837)
$emailSearchArray = array(
"/([ \n\r\t])([_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))/si",
"/^([_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,3}))/si"
);
change both(red) variables to:
{2,4}
it will work now..