Commit c5e08231 authored by Enrico Zini's avatar Enrico Zini
Browse files

Try with BytesHeaderParser

parent a5a0e4ed
......@@ -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 = BytesHeaderParser().parse(self.infd)
# History of lookup attempts
self.lookup_attempts = []
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment