Adapt to MTAs that use ':' as key terminator and/or add null char to

key/value.
This commit is contained in:
Stuart D. Gathman
2022-07-15 19:00:41 -04:00
parent 7deec90a59
commit dce7c0080a
2 changed files with 12 additions and 2 deletions
+3 -1
View File
@@ -11,9 +11,11 @@ sending DSNs or doing CBVs.
# Requirements
Python milter extension: https://pypi.python.org/pypi/pymilter/
Python milter extension: https://pypi.org/project/pymilter/
Python: http://www.python.org
Sendmail: http://www.sendmail.org
or
Postfix: http://www.postfix.org/MILTER_README.html
# Quick Installation