From 8f9e8b1644882aeb844454ef61c09d93537e2ef8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Dec 2005 02:03:58 +0200 Subject: [PATCH] Further typo fixed. Stupid stupid me. --- eoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {}) -- 2.30.2