X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/blobdiff_plain/f54f3d8c9742315d939532f022b16b7e2f4f7c71..4c3af615e1b9e7e41ffb711914cf8ebd84fb47bf:/eoc.py diff --git a/eoc.py b/eoc.py index dadeb46..bf10663 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.4" +VERSION = "1.2.5" PLUGIN_INTERFACE_VERSION = "1" import getopt @@ -551,7 +551,7 @@ class MailingList: 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):