Further typo fixed. Stupid stupid me.
[eoc.git] / eoc.py
diff --git a/eoc.py b/eoc.py
index 537bccd9be2e9b95ca683513a46247c246e80540..c7fb0c169b8a78a6cc036074ebb8ec8560176f6f 100644 (file)
--- 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", {})