From e5e2cdde1503a58779c5016cb053828d18ce4301 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 16 Jun 1995 10:57:14 +0000 Subject: Removed >From stuff --- Lib/rfc822.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/rfc822.py b/Lib/rfc822.py index db5e0d4..0e9122f 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -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): -- cgit v0.12