Privacy Issue: Unsubscribing response messages
kleozzy opened this issue · 6 comments
Hello ,
Testing on latest build: 3.6.13 i see that there are different messages when unsubscribing:
- For a valid subbed email and
- For a non-subbed email.
The distinct messages can be used by someone to identify subbed emails based on the response messages. Is there a way to adjust this so that the message is always the same (generic), regardless of validity ?
Is it something that can be added into the templates so that we can easily change without messing with the code itself ?
I can't recall that. Can you give screenshots of the two situations? It can probably be managed with a language string.
Thanks. You can change that by changing this string https://github.com/phpList/phplist-lan-texts/blob/master/english.inc#L44
to be the same one as the valid email one.
I guess it will make sense to change both to something like "if you were subscribed, you will receive a confirmation of unsubscription shortly" or something like that.
Exactly
Resolved with phpList/phplist-lan-texts@3933161