]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Filter.pm
filter: preserve Mail-Followup-To and Mail-Reply-To
[public-inbox.git] / lib / PublicInbox / Filter.pm
index ea6fd33f06d18d1a8278535bd2e3d0c166845da4..4fdbe87e35adfd7dd6cf475dadd04ff5bfe1ab36 100644 (file)
@@ -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);
        }