X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/blobdiff_plain/72bfb8118cf8cc61c2bdc284562ea5a050cd207e..8f9e8b1644882aeb844454ef61c09d93537e2ef8:/eoc.py diff --git a/eoc.py b/eoc.py index 537bccd..c7fb0c1 100644 --- a/eoc.py +++ b/eoc.py @@ -874,7 +874,7 @@ class MailingList: if "base64" in text or "BASE64" in text: import StringIO for line in StringIO.StringIO(text): - if line.lower.startswith("content-transfer-encoding:") and \ + if line.lower().startswith("content-transfer-encoding:") and \ "base64" in line.lower(): return text return text + self.template("footer", {})