fix small typo in Auth-SSL

master
lub 4 years ago committed by GitHub
parent d348477efc
commit 05e2af1802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ def handle_authentication(headers):
if method == "none" and protocol == "smtp":
server, port = get_server(protocol, False)
if app.config["INBOUND_TLS_ENFORCE"]:
if "Auth-SSl" in headers and headers["Auth-SSL"] == "on":
if "Auth-SSL" in headers and headers["Auth-SSL"] == "on":
return {
"Auth-Status": "OK",
"Auth-Server": server,

Loading…
Cancel
Save