X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/blobdiff_plain/785588d7b049554df7e591409a938c125ab5f609..717cf8ecbbc6b79c7a7c8e5819382ddd99feefb8:/eoc.py diff --git a/eoc.py b/eoc.py index 8a25978..5c72e79 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.beginswith("content-transfer-encoding:") and \ + if line.lower.startswith("content-transfer-encoding:") and \ "base64" in line.lower(): return text return text + self.template("footer", {})