aboutsummaryrefslogtreecommitdiffstats
path: root/python/quote_parsing/parse_emails.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/quote_parsing/parse_emails.py')
-rw-r--r--python/quote_parsing/parse_emails.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/quote_parsing/parse_emails.py b/python/quote_parsing/parse_emails.py
index 91acfbbb..2f27d92a 100644
--- a/python/quote_parsing/parse_emails.py
+++ b/python/quote_parsing/parse_emails.py
@@ -900,6 +900,7 @@ def parse_barc(fh, index_desc):
logger.error(
"Can't parse expiry line: %s for filename: %s", line, fh.name
)
+ break
else:
try:
line = next(fh).strip()