X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/blobdiff_plain/b14cea5f79c3cef4a592706770a58dcee9210f72..40fddc23dd3b446e0a80bd2865c6fc94105d77f4:/eoc.py diff --git a/eoc.py b/eoc.py index 8345a41..ecb8daf 100644 --- a/eoc.py +++ b/eoc.py @@ -4,7 +4,7 @@ This is a simple mailing list manager that mimicks the ezmlm-idx mail address commands. See manual page for more information. """ -VERSION = "1.2.2" +VERSION = "1.2.3" PLUGIN_INTERFACE_VERSION = "1" import getopt @@ -529,7 +529,7 @@ class MailingList: 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):