Obfuscating mailaddress when syncing with mailinglist? [message #159431] |
Wed, 03 June 2009 08:18 |
icarus
Messages: 52 Registered: May 2005
Karma: 0
|
Member |
|
|
Hi!
At the moment I'm trying to set up a sync between FUD and a mailing list. The basics are working but there are many small issues I'm currently working at.
One of them is the following: In the future the forum will be used for a group of people how care very much for their data. So it would be fine to have the option that when syncing from the forum to the mailing list the outgoing mail address would be scrambled in some way - if the user hadn't allowed the displaying of the mail adress.
I can do it myself - when I know the place. Can someone please tell me the right place?
Thanks!
Michael
P.S.: By now I'm writing a quote-converter so that quotes are correctly transferred from mailing list to forum. Additionally I'm writing a fullquote detector and some other filtering stuff. When it's done I will publish the code changes.
[Updated on: Wed, 03 June 2009 08:18] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Obfuscating mailaddress when syncing with mailinglist? [message #159467 is a reply to message #159464] |
Thu, 04 June 2009 19:15 |
Peter Vendike
Messages: 65 Registered: February 2009 Location: Denmark
Karma: 0
|
Member Translator |
|
|
icarus wrote on Thu, 04 June 2009 13:21 | Hi!
There are three possible options:
1. All users who don't want to publish their mail address are set to a single sender like noreply(at)domain(dot)tld (where domain.tld is the domain of the forum) The real name then should be set to the name in the forum.
|
So in that case the proforma user registered in the mailing list could also be the user you filter to send to maillist.php, but then he should not be 'noreply'
I think m2f for phpbb does something similar.
Then we need some extra user settings, I would also need that for the possibility to make FUD doing the maillist thing by it self, without an external maillist manager. These extra settings should be done in the subscription menu.
[Updated on: Thu, 04 June 2009 19:21] Report message to a moderator
|
|
|
|
|