Re: How I can disable the email address? [message #167428 is a reply to message #167426] |
Tue, 19 June 2012 04:28 |
|
WhiteTiger
Messages: 40 Registered: April 2012
Karma:
|
Member |
|
|
Found! It is nntp.inc.
But I've not understood because at lines 208-209 there is
if ($GLOBALS['FUD_OPT_3'] & { // NNTP_OBFUSCATE_EMAIL
$from = str_replace(array('.', '@'), array('[dot]', '[at]'), $from);
and then the email is not obfuscated.
Where you restore the correct syntax?
However I solved my problem, but only partially.
I need to know where you convert $from in email address.
I'll write you in private
Thanks
Eolo
UpgLabs
[Updated on: Tue, 19 June 2012 06:20] Report message to a moderator
|
|
|