-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sympa.pl --change_user_email no longer working with 6.2.34 #389
Comments
I've confirmed that doing --dump_users and editing the dump file for the new email address, then doing a --restore_users works. So, that'll be my workaround for now for owners/editors. |
Hi @agouaux,
|
Hi @agouaux, |
Sorry for lack of response! I'll try to answer your questions this
afternoon. Thanks!
…On Wed, Aug 15, 2018 at 3:29 AM IKEDA Soji ***@***.***> wrote:
Hi @agouaux <https://github.com/agouaux>,
If possible, could you please apply this patch
<https://patch-diff.githubusercontent.com/raw/sympa-community/sympa/pull/395.patch>
by PR above and check if the problem will solved?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#389 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AaGNNcnJWGusM_FkFJ8-6JdU8ZiGCw3eks5uQ9v7gaJpZM4VxNIL>
.
|
So, for the first set of questions, the log only showed that the command executed. The owner was indeed manually subscribed and not from a data source. Subscribers successfully changed. In fact I used the same address for an owner and subscriber, did the command, it returned success, but only subscriber changed. I'll now apply patch and try everything again. |
Just now tested with patch applied, and owner updated! Thanks! |
sympa.pl --change_user_email no longer working with 6.2.34 #389
@agouaux, Thanks for confirming. This fix will be included in the next release of Sympa. |
6.2.34
Source
sympa.pl --change_user_email [email protected] [email protected]
should change all occurrences in Sympa of [email protected] to [email protected].
When I use the command above, and [email protected] is either an owner or editor, their address as either owner or editor is not updated. The command returns successfully, but continually checking the owner/editor fields, and only the old address shows up. I did a:
sympa.pl --dump_users --list=LIST --role='owner,editor,member'
and still the [email protected] address was listed for the owner.
The text was updated successfully, but these errors were encountered: