about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-04 00:28:20 +0000
committerEric Wong <e@80x24.org>2015-10-04 00:28:20 +0000
commitdb154d6852643c74eaa296e5967b05ab19f5ac99 (patch)
treece4b71522dd3c886b01321c3525cafcbf78c94f7 /lib/PublicInbox/Mbox.pm
parent9d39eb9bd16f3f2d81785b14e94f10e105f497d7 (diff)
downloadpublic-inbox-db154d6852643c74eaa296e5967b05ab19f5ac99.tar.gz
It may be present in messages imported from NNTP.
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm2
1 files changed, 1 insertions, 1 deletions
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);
         }