Removed >From stuff
This commit is contained in:
parent
6a9df7a86c
commit
e5e2cdde15
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue