Add missing documentation for option ignore_envfrom

This commit is contained in:
2020-04-20 10:33:49 +02:00
parent 0856c39442
commit c6e1408732
3 changed files with 9 additions and 1 deletions

View File

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