summaryrefslogtreecommitdiffstats
path: root/Lib/rfc822.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r--Lib/rfc822.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py
index 09a2fd9..c2249f3 100644
--- a/Lib/rfc822.py
+++ b/Lib/rfc822.py
@@ -633,7 +633,6 @@ class AddrlistClass:
expectroute = 1
elif self.field[self.pos] == ':':
self.pos = self.pos + 1
- expectaddrspec = 1
else:
adlist = self.getaddrspec()
self.pos = self.pos + 1