From 5c999c62df8191f45b650cc21410e8e0dd8cad45 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Wed, 17 Apr 2019 23:27:26 +0200 Subject: [PATCH] not worth a push --- app/ldap-acl-milter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ldap-acl-milter.py b/app/ldap-acl-milter.py index eeae860..32dc315 100644 --- a/app/ldap-acl-milter.py +++ b/app/ldap-acl-milter.py @@ -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