How I can disable the email address? [message #167257] |
Sat, 26 May 2012 05:53 |
|
WhiteTiger
Messages: 40 Registered: April 2012
Karma: 0
|
Member |
|
|
In their profile the users have "Show the email address=NO", but when they write in a Forum linked with a Newsgroup of Usenet the address is public.
In a Newsreader (Thunderbird) it is showed in the field "From" and "Reply To:"
Where is the wrong configuration?
In the User Profiles or in FUDF?
Thanks.
Eolo
UpgLabs
|
|
|
|
Re: How I can disable the email address? [message #167264 is a reply to message #167261] |
Sat, 26 May 2012 09:43 |
|
WhiteTiger
Messages: 40 Registered: April 2012
Karma: 0
|
Member |
|
|
I'm not agree with you.
If I publish my email address in the Usenet, then I'll receive a lot of spam.
Who works with a newsreader usually puts a fake address in his/her profile because the true address is need only to connect the newsreader to the news server.
Usually I don't work with Google Groups, but if I don't remember bad there is an option to show or not my profile.
Surely there is the alias.
If FUDF is not able to protect the privacy of the user, then I've many doubts that someone will want to use it.
They'll continue to use the newsreader.
This is my situation and my main problem. Maybe it this is not for you, but this is my reality.
Finally I found the right instrument to connect my users to Usenet, but without a solution for the user privacy, now I'll be forced to renounce to use it.
Would be a pity!
Thanks for your reply.
Eolo
UpgLabs
[Updated on: Sat, 26 May 2012 09:48] Report message to a moderator
|
|
|
|
Re: How I can disable the email address? [message #167266 is a reply to message #167265] |
Sat, 26 May 2012 10:20 |
|
WhiteTiger
Messages: 40 Registered: April 2012
Karma: 0
|
Member |
|
|
naudefj ha scritto in data Sat, 26 May 2012 05:50
To he honest, I don't really care if you use the software of not, but you are obviously welcome to provide patches to improve it.
Thank for you sincerity.
However I did not want to pressure you, but simply to tell you my difficulties.
A solution can be to give to user the possibility to choice if:
1) to use his/her email and username
2) to use another email and an alias
3) To use his name or an alias, but to use a generic FUDF email.
With the first option the user keeps the responsibility of his/her address.
With the second the user keeps the responsibility to use a fake address.
With the third option is the admin manager to define for every newsgroup a email address to use when FUDF send message to Usenet.
In this case I can decide if to use a fake address or to use a real address, where to collect any email and then, if I want, throw them in to basket.
In this manner the "rules" about how to work with Usenet are observed, but I can always to protect the user privacy.
The admin must decide if his system can manage the solution or to leave the things as are now.
Then user must decide which solution is good for him.
Thanks for your attention.
Eolo
UpgLabs
|
|
|
|
Re: How I can disable the email address? [message #167269 is a reply to message #167267] |
Sun, 27 May 2012 07:07 |
|
WhiteTiger
Messages: 40 Registered: April 2012
Karma: 0
|
Member |
|
|
jerrys ha scritto in data Sat, 26 May 2012 15:19Frank,
I can understand his problem. I use a slightly mmunged email address on Usenet (with instructions on how to fix it). This stops the automated harvesting of my email address, yet lets individual users contact me. It does help.
Perhaps something similar - munge the email address (or allow the user to have an email address for display) could be done.
I agree.
In the profile, user can choice if he/she wants:
1) not to show email
2) to show email
3) to show another email address, with a field where he/she can write the new address
In this case is the user that will write a munged address, without any responsibility of the FUDF code to change it.
Or in alternative, the profile will ask:
"For Forum, want you to publish or not your email address?"
"For Usenet, want you to publish your real email address or another email address? (with the field)"
For system messages or emails between users FUDF will use the real address, and for Usenet FUDF will use the choice of the second question.
Thanks Jerry
Eolo
UpgLabs
[Updated on: Sun, 27 May 2012 07:18] Report message to a moderator
|
|
|
|
|
|
|
|
|
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: 0
|
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
|
|
|
|
|
|
|
|
|
|
|
|