Further typo fixed. Stupid stupid me.
authorLars Wirzenius <liw@esme>
Thu, 22 Dec 2005 00:03:58 +0000 (02:03 +0200)
committerLars Wirzenius <liw@esme>
Thu, 22 Dec 2005 00:03:58 +0000 (02:03 +0200)
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 "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", {})
                    "base64" in line.lower():
                     return text
         return text + self.template("footer", {})