From a9534e6b5cfdc9b59de3311e334b85c84a90d246 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 1 Oct 2015 19:20:03 +0000 Subject: mda: keep DKIM crap This is probably unsafe --- lib/PublicInbox/MDA.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/PublicInbox/MDA.pm') diff --git a/lib/PublicInbox/MDA.pm b/lib/PublicInbox/MDA.pm index 8c2d6ed2..25d6ae55 100644 --- a/lib/PublicInbox/MDA.pm +++ b/lib/PublicInbox/MDA.pm @@ -70,14 +70,6 @@ sub set_list_headers { x-confirm-reading-to x-pmrqc)) { $simple->header_set($h); } - - # Remove any "DomainKeys" (or similar) header lines. - # Any modifications (including List-Id) will cause a message - # to appear invalid - foreach my $h (qw(domainkey-signature dkim-signature - authentication-results)) { - $simple->header_set($h); - } } # returns a 3-element array: name, email, date -- cgit v1.2.3-24-ge0c7