not worth a push

This commit is contained in:
Dominik Chilla 2019-04-17 23:27:26 +02:00
parent 275e584bed
commit 5c999c62df

View File

@ -37,6 +37,7 @@ class LdapAclMilter(Milter.Base):
self.env_from = None
self.env_from_domain = None
self.sasl_user = 'not_authenticated'
self.x509_cn = 'not_authenticated'
# recipients list
self.env_rcpts = []
# https://stackoverflow.com/a/2257449