Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
c5e08231
Commit
c5e08231
authored
Nov 13, 2015
by
Enrico Zini
Browse files
Try with BytesHeaderParser
parent
a5a0e4ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
archive-process-email
View file @
c5e08231
...
...
@@ -57,7 +57,7 @@ class Dispatcher(object):
self
.
_db
=
None
# Parse the header only, leave the body in the input pipe
self
.
msg
=
HeaderParser
().
parse
(
self
.
infd
)
self
.
msg
=
Bytes
HeaderParser
().
parse
(
self
.
infd
)
# History of lookup attempts
self
.
lookup_attempts
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment