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