From 99fe2997eab4af4bdb553086ef92237b9d97603e Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 9 Jan 2025 23:46:58 -0500 Subject: [PATCH] Skip explicit Bytes: and Lines: headers --- lib/xenu_nntp/session.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/xenu_nntp/session.py b/lib/xenu_nntp/session.py index 814ed95..ca0993c 100644 --- a/lib/xenu_nntp/session.py +++ b/lib/xenu_nntp/session.py @@ -665,7 +665,9 @@ class Session(Connection): 'from': True, 'date': True, 'message-id': True, - 'references': True + 'references': True, + 'bytes': True, + 'lines': True, } for k in message.headers: