NEWS file for Enemies of Carlotta, a mailing list manager
+Significant user-visible changes from version 1.2.4 to version 1.2.5:
+
+ * The change in 1.2.3 used the wrong log printing function, this
+ release uses the right one.
+
Significant user-visible changes from version 1.2.3 to version 1.2.4:
* A fix to CVE-2006-5875, a security problem where EoC did not quote
address commands. See manual page for more information.
"""
-VERSION = "1.2.4"
+VERSION = "1.2.5"
PLUGIN_INTERFACE_VERSION = "1"
import getopt
return "\n".join(headers) + "\n\n" + body
except:
- warning("Cannot MIME encode header, using original ones, sorry")
+ info("Cannot MIME encode header, using original ones, sorry")
return text
def template(self, template_name, dict):