about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-01 20:04:30 +0000
committerEric Wong <e@80x24.org>2015-10-01 20:04:30 +0000
commitad1e2944deb78e5a4512aab0a3bffa8760dd05d7 (patch)
tree728bf72664a305febc6ba486c3f5afc4ae22295c /lib
parenta9534e6b5cfdc9b59de3311e334b85c84a90d246 (diff)
downloadpublic-inbox-ad1e2944deb78e5a4512aab0a3bffa8760dd05d7.tar.gz
It's often part of idiotic policies to prevent mailing lists
from working at all.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Filter.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index cab6aad1..6f28e013 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);
         }