user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/3] mda: keep DKIM crap
  2015-10-01 22:21  4% [PATCH 0/3] mda cleanups for idiotic mail policies Eric Wong
@ 2015-10-01 22:22  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-10-01 22:22 UTC (permalink / raw)
  To: meta

This is probably unsafe
---
 lib/PublicInbox/MDA.pm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lib/PublicInbox/MDA.pm b/lib/PublicInbox/MDA.pm
index 8c2d6ed..25d6ae5 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
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] mda cleanups for idiotic mail policies
@ 2015-10-01 22:21  4% Eric Wong
  2015-10-01 22:22  7% ` [PATCH 1/3] mda: keep DKIM crap Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2015-10-01 22:21 UTC (permalink / raw)
  To: meta

Hopefully these will make things easier for folks on mail hosts
like Yahoo which implement horrible DMARC policies to prevent
mailing lists from working properly.

ref: http://mid.gmane.org/20150911225542.GA1225@survex.com

Eric Wong (3):
      mda: keep DKIM crap
      filter: do not strip Reply-To
      filter: more consistent labeling of rejections

^ permalink raw reply	[relevance 4%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-10-01 22:21  4% [PATCH 0/3] mda cleanups for idiotic mail policies Eric Wong
2015-10-01 22:22  7% ` [PATCH 1/3] mda: keep DKIM crap Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).