2 Jan
2023
2 Jan
'23
3:06 p.m.
On 2023-01-02 14:36, Eggert Ehmke via Mailman-users wrote:
Thank you, that worked! Now all my addresses are clean.
Still, don't you think this should be possible via Postorius, or by some mailman cli command, like mailman rename_member <old> <new>
It happened I had still the patched cli_members.py where I had both the old and new line active: print(formataddr((address.display_name, address.original_email)), file=outfp) print(f'{address.display_name} <{address.original_email}>', file=outfp) The first (old) line still produces the output with utf-8 codes. Is this to be expected?
I would assume the original line outputs the QP-escaped names, to be used in an email header.
- Jan