From da0789ceedbeddcae6b47545c115f5e659de019d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 28 Nov 2016 17:19:18 -0500 Subject: Starting to clean up the branch. --- src/mailman/rules/suspicious.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/rules/suspicious.py') diff --git a/src/mailman/rules/suspicious.py b/src/mailman/rules/suspicious.py index acb17334a..679605fd6 100644 --- a/src/mailman/rules/suspicious.py +++ b/src/mailman/rules/suspicious.py @@ -87,7 +87,7 @@ def has_matching_bounce_header(mlist, msg): """ for header, cre, line in _parse_matching_header_opt(mlist): for value in msg.get_all(header, []): - # Convert the header value to string because it may be an + # Convert the header value to a str because it may be an # email.header.Header instance. if cre.search(str(value)): return True -- cgit v1.2.3-70-g09d2