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] filter: remove out dated comments
  @ 2016-04-09  1:23  7% ` Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2016-04-09  1:23 UTC (permalink / raw)
  To: meta

Followup-to commit 5a590bcb6813
("filter: preserve Mail-Followup-To and Mail-Reply-To")
---
 lib/PublicInbox/Filter.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index 4fdbe87..10173ad 100644
--- a/lib/PublicInbox/Filter.pm
+++ b/lib/PublicInbox/Filter.pm
@@ -31,8 +31,6 @@ 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 headers due to
-	# the nature of public-inbox having no real subscribers.
 	foreach my $d (qw(status lines content-length)) {
 		$mime->header_set($d);
 	}
-- 
EW

^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-04-09  1:15     [PATCH] filter: preserve Mail-Followup-To and Mail-Reply-To Eric Wong
2016-04-09  1:23  7% ` [PATCH] filter: remove out dated comments 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).