Switch back to email.header lib because of error handling

This commit is contained in:
2020-03-18 16:12:43 +01:00
parent 62311612cd
commit 15ec705cb1
2 changed files with 55 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ def read_file(fname):
return f.read()
setup(name = "pyheadermilter",
version = "0.0.6",
version = "0.0.7",
author = "Thomas Oettli",
author_email = "spacefreak@noop.ch",
description = "A pymilter based sendmail/postfix pre-queue filter.",