From db154d6852643c74eaa296e5967b05ab19f5ac99 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 4 Oct 2015 00:28:20 +0000 Subject: mbox: kill Bytes meta-header, too It may be present in messages imported from NNTP. --- lib/PublicInbox/Mbox.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm index 8bb8dc83..6aa05170 100644 --- a/lib/PublicInbox/Mbox.pm +++ b/lib/PublicInbox/Mbox.pm @@ -32,7 +32,7 @@ sub emit_msg { # drop potentially confusing headers, ssoma already should've dropped # Lines and Content-Length - foreach my $d (qw(Lines Content-Length Status)) { + foreach my $d (qw(Lines Bytes Content-Length Status)) { $header_obj->header_set($d); } -- cgit v1.2.3-24-ge0c7