From d52d4f55d7e23107bb2a070f3407aa3eebbb4542 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 20 Oct 2017 18:49:54 +0300 Subject: [PATCH] .muttrc: Add header X-Skip-DKIM-Sig for known mailing lists The header is checked in exim to skip DKIM-signing messages to mailing lists -- mail forwarded via lists have problems with DKIM/DMARC and they usually sign messages themselves. --- .muttrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index 0116bc5..b955972 100644 --- a/.muttrc +++ b/.muttrc @@ -274,7 +274,9 @@ send-hook "~L cheetahtemplate-announce@lists\.sourceforge\.net" "\ my_hdr Reply-To: Oleg Broytman ; \ my_hdr Mail-Followup-To: Oleg Broytman , CheetahTemplate discussion " -send-hook ~u unmy_hdr Reply-To +send-hook ~u \ + unmy_hdr Reply-To; \ + my_hdr X-Skip-DKIM-Sig: mailing list # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # -- 2.39.2