about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-09 01:21:59 +0000
committerEric Wong <e@80x24.org>2016-04-09 01:21:59 +0000
commit7e575fda2b05ae616530457e3ce2e6a7f6f47ee2 (patch)
tree2f8b0748af5f85692d23b627bfd0fb3e09848286 /lib
parent5a590bcb6813215a3c26b88bbf9af9f80258d20c (diff)
downloadpublic-inbox-7e575fda2b05ae616530457e3ce2e6a7f6f47ee2.tar.gz
Followup-to commit 5a590bcb6813
("filter: preserve Mail-Followup-To and Mail-Reply-To")
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Filter.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index 4fdbe87e..10173ad1 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);
         }