X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FMbox.pm;h=6aa05170392cc42d841db0d026b2cc2ec189cf1d;hb=db154d6852643c74eaa296e5967b05ab19f5ac99;hp=8bb8dc83ba3d99acc438cae0f62d69203405f529;hpb=9d39eb9bd16f3f2d81785b14e94f10e105f497d7;p=public-inbox.git 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); }