Replace wrong encoded characters in header values

This commit is contained in:
2020-01-31 23:02:34 +01:00
parent 2ce6b2350e
commit 9558c23922
2 changed files with 10 additions and 6 deletions

View File

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