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 2/3] filter: do not strip Reply-To
  2015-10-01 22:21  5% [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

It's often part of idiotic policies to prevent mailing lists
from working at all.
---
 lib/PublicInbox/Filter.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index cab6aad..6f28e01 100644
--- a/lib/PublicInbox/Filter.pm
+++ b/lib/PublicInbox/Filter.pm
@@ -29,10 +29,10 @@ sub run {
 	# kill potentially bad/confusing headers
 	# Note: ssoma already does this, but since we mangle the message,
 	# we should do this before it gets to ssoma.
-	# We also kill Mail-{Followup,Reply}-To and Reply-To headers due to
+	# We also kill Mail-{Followup,Reply}-To headers due to
 	# the nature of public-inbox having no real subscribers.
 	foreach my $d (qw(status lines content-length
-			mail-followup-to mail-reply-to reply-to)) {
+			mail-followup-to mail-reply-to)) {
 		$mime->header_set($d);
 	}
 
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] mda cleanups for idiotic mail policies
@ 2015-10-01 22:21  5% Eric Wong
  2015-10-01 22:22  7% ` [PATCH 2/3] filter: do not strip Reply-To 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 5%]

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  5% [PATCH 0/3] mda cleanups for idiotic mail policies Eric Wong
2015-10-01 22:22  7% ` [PATCH 2/3] filter: do not strip Reply-To 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).