Project

General

Profile

Actions

tickets #97472

closed

mx[12] - unable to get member aliases from connect.o.o

Added by pjessen over 2 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Email
Target version:
-
Start date:
2021-08-24
Due date:
% Done:

0%

Estimated time:

Description

Just as a reminder - with connect.o.o being gone, the 'fetch' of member aliases on mx[12].o.o is just getting an empty file, and hence ignoring the changes.
Whenever we have a new solution, that process needs updating too.

Actions #1

Updated by pjessen over 2 years ago

  • Private changed from Yes to No
Actions #2

Updated by pjessen over 2 years ago

Christian has created a view in the new membership database:

create view email_aliases as
select email_nick as addr, email_target from members where
email_nick != '' and email_target != ''
union
select email_full as addr, email_target from members where
email_full != '' and email_target != ''
order by addr

Actions #3

Updated by cboltz about 2 years ago

  • Status changed from New to Resolved

The script was updated in the meantime, and works as expected :-) - therefore I'll close this ticket.

Actions

Also available in: Atom PDF