Commit ed6a9c1e authored by Jack Jansen's avatar Jack Jansen

Removed >From stuff

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