Skip to content

Commit

Permalink
Well that was silly; additional work on #81.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Sep 4, 2019
1 parent 71863ce commit 9c6e493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marrow/mailer/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _build_header_list(self, author, sender):
else:
headers.extend(self.headers)

if 'message-id' not in (i[0].lower() for header in headers):
if 'message-id' not in (header[0].lower() for header in headers):
headers.append('Message-Id', self.id)

return headers
Expand Down

0 comments on commit 9c6e493

Please sign in to comment.