about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-04-09 00:57:26 +0000
committerEric Wong <e@80x24.org>2016-04-09 00:57:26 +0000
commit5a590bcb6813215a3c26b88bbf9af9f80258d20c (patch)
treed6ca65fd50ef5b150602eeaa25d5b6476991f887 /lib
parent7fe73c43efaa408d4dc8a5d8b9988feef7ff9f19 (diff)
downloadpublic-inbox-5a590bcb6813215a3c26b88bbf9af9f80258d20c.tar.gz
Allow users to do wacky things here if they really wish...
It's bad practice, but at least allow other readers to
mock users of these headers :P
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Filter.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index ea6fd33f..4fdbe87e 100644
--- a/lib/PublicInbox/Filter.pm
+++ b/lib/PublicInbox/Filter.pm
@@ -33,8 +33,7 @@ sub run {
         # 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
-                        mail-followup-to mail-reply-to)) {
+        foreach my $d (qw(status lines content-length)) {
                 $mime->header_set($d);
         }