diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-16 13:05:27 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-02-16 13:05:27 +0100 |
commit | d6bdaca746e6fd24dc46e36103c8744a4b1a7bce (patch) | |
tree | 78950c7e25da6a0f867b292f7c7b0d5b28b34dc0 /bin | |
parent | 4c5ba0430998dac6fce92b7de653b8a965619e2b (diff) | |
download | pykolab-d6bdaca746e6fd24dc46e36103c8744a4b1a7bce.tar.gz |
Fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/kolab_smtp_access_policy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py index 935fc6e..0d3fa2f 100755 --- a/bin/kolab_smtp_access_policy.py +++ b/bin/kolab_smtp_access_policy.py @@ -1375,7 +1375,7 @@ def permit(message, policy_request=None): # If the sender is using an alias as the envelope sender address, take # into account the preferred domain policy for appending the Sender # and/or X-Sender headers. - elif policy_requiest.sasl_user_uses_alias: + elif policy_request.sasl_user_uses_alias: # Domain-specific setting? if not policy_request.sender_domain == None: alias_sender_header = conf.get(policy_request.sender_domain, 'alias_sender_header') |