Add ability to whitelist envelope from addresses

This commit is contained in:
2020-02-19 14:45:22 +01:00
parent 9fb66e1a1d
commit b1fc52d878
2 changed files with 29 additions and 2 deletions

View File

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