From: Eric Wong Date: Sun, 4 Oct 2015 00:28:20 +0000 (+0000) Subject: mbox: kill Bytes meta-header, too X-Git-Tag: v1.0.0~795 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=db154d6852643c74eaa296e5967b05ab19f5ac99 mbox: kill Bytes meta-header, too It may be present in messages imported from NNTP. --- 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); }