We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1723d2a commit 0dc8329Copy full SHA for 0dc8329
ckanext/core_fix/utils.py
@@ -83,6 +83,7 @@ def apply_redis_session_fix(app, config) -> None:
83
84
85
def apply_smtp_sni_fix():
86
+ """Apply SMTP host/port separation fix if enabled"""
87
if is_fix_disabled(conf.Fixes.smtp_host_port_separation):
88
return
89
0 commit comments