2 Jan
2023
2 Jan
'23
2:36 p.m.
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? Anyway, I comment that line out and everything works fine.
Happ new year again!