PDA

View Full Version : [fixed] .INFO parsed email


NickyNet
Thu 25th Oct '01, 6: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..

JamesUS
Thu 25th Oct '01, 6:19am
Thanks Nicky :)

NickyNet
Thu 25th Oct '01, 6:45am
you're welcome

John
Thu 25th Oct '01, 9:44am
Fixed.

John