Re: [PATCH] parser: Unmangle From: headers that have been mangled for DMARC purposes

2019-10-11 Thread Christian Schoenebeck
;include these headers for dkim signing only if present in message" and/or "use default header names except of these". By taking these things into account, emails of domains with strict DMARC policies are no longer munged on gnu lists. Best regards, Christian Schoenebeck

git format.from (was: 9p: Fix file ID collisions)

2019-09-24 Thread Christian Schoenebeck
d to rewrite git history subsequently and have to replace patch author's identity manually for each commit to have their correct, real email address and real name in git history instead of something like "Bob Bold via Somelist" So what do you find "uglier"? I prefer key info not being lost as default behaviour. :-) Best regards, Christian Schoenebeck

Re: [Qemu-devel] [PATCH v6 0/4] 9p: Fix file ID collisions

2019-09-23 Thread Christian Schoenebeck
x27;t it make sense to just drop the currently existing sender != author string comparison in git and simply always add the "From:" line to the email's body if "format.from yes" is used, instead of introducing a suggested 2nd (e.g. "always-from") option? I mean sure automatically removing redundant information in the generated emails if sender == author sounds nice on first thought, but does it address anything useful in practice to justify introduction of a 2nd related option? Best regards, Christian Schoenebeck