Commit ed6a9c1e authored by Jack Jansen's avatar Jack Jansen

Removed >From stuff

parent a892dac5
......@@ -93,8 +93,7 @@ class Message:
self.status = 'EOF in headers'
break
# Skip unix From name time lines
if firstline and (line[:5] == 'From '
or line[:6] == '>From '):
if firstline and line[:5] == 'From ':
continue
firstline = 0
if self.islast(line):
......
Markdown is supported
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