Removed >From stuff

This commit is contained in:
Jack Jansen 1995-06-16 10:57:14 +00:00
parent 6a9df7a86c
commit e5e2cdde15
1 changed files with 1 additions and 2 deletions

View File

@ -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):