I have enabled in my server VERP_CONFIRMATIONS so that the subject of email confirmations is more human-friendly. But I would also like to change the format of the "From:" header of email confirmations.
Currently they follow the default value of VERP_CONFIRM_REGEXP. I've been trying to change it so that I can get something like this: From: Mailman <listaddr-confirm+coo...@example.org> This is currently in my mm_cfg.py: VERP_CONFIRM_REGEXP = r'(?s)^(.*<)?(?P<addr>.+)\+(?P<cookie>[^@+]+)@.*$' VERP_CONFIRMATIONS = Yes Does anyone know how to do this? I'm running mailman 2.1.13 Thanks in advance, Pablo ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org