NEWS file for Enemies of Carlotta, a mailing list manager
+Significant user-visible changes from version 1.2.2 to version 1.2.3:
+
+ * When there is a problem with MIME header encodings, don't kill EoC,
+ just print a warning.
+
Significant user-visible changes from version 1.2.1 to version 1.2.2:
* Manual page: documents the values to the --posting option, and has
address commands. See manual page for more information.
"""
-VERSION = "1.2.2"
+VERSION = "1.2.3"
PLUGIN_INTERFACE_VERSION = "1"
import getopt
return "\n".join(headers) + "\n\n" + body
except:
- error("Cannot MIME encode header, using original ones, sorry")
+ warning("Cannot MIME encode header, using original ones, sorry")
return text
def template(self, template_name, dict):