|
@@ -126,5 +126,8 @@ def update_an_email_address(sender, instance, *args, **kwargs):
|
|
if old_email and (old_email != member.email):
|
|
if old_email and (old_email != member.email):
|
|
for maillist in member.subscribed_maillinglists.all():
|
|
for maillist in member.subscribed_maillinglists.all():
|
|
maillist.sync_to_list_server()
|
|
maillist.sync_to_list_server()
|
|
-
|
|
|
|
- # Error handling
|
|
|
|
|
|
+ # Error handling ???
|
|
|
|
+ # try:
|
|
|
|
+ # except SyncCommandError as e:
|
|
|
|
+ # print("error", e)
|
|
|
|
+ # we cannot send a message because we don't have the request
|