Skip to content
Snippets Groups Projects
Commit 95eb9226 authored by ale's avatar ale
Browse files

Regex-escape postfix_low_priority_domains

parent c18d675a
Branches
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# smtp transport. # smtp transport.
/(yahoo|hotmail|live|outlook)(\.[a-z]{2,3}){1,2}$/ smtp-lowpri: /(yahoo|hotmail|live|outlook)(\.[a-z]{2,3}){1,2}$/ smtp-lowpri:
{% for pattern in postfix_low_priority_domains | default([]) %} {% for pattern in postfix_low_priority_domains | default([]) %}
/{{ pattern }}/ smtp-lowpri: /{{ pattern | regex_escape }}/ smtp-lowpri:
{% endfor %} {% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment