[Mailman-Developers] --- in DMARC From: rewritings

2022-03-17 Thread Stephen J. Turnbull
Дилян Палаузов writes: > realname = re.sub(r'@([^ .]+\.)+[^ .]+$', '---', realname) The obvious hack is to change '---' to '', which you can do locally. I'm not sure why we use '---', since it's not informative. I will have to see if one of the other devs knows, or maybe there's something in

[Mailman-Developers] --- in DMARC From: rewritings

2022-03-16 Thread Дилян Палаузов
Hello, the DMARC Mitigation action “Replace From: with list address” is evaluated in mailman/handlers/dmarc.py:munged_headers(). In the case, where From: is a non-member email address, without display part, which non-member may post, this happens: realname = email realname = re.sub(r'@([^