Fix sorting

This commit is contained in:
phil 2023-03-24 21:04:31 +01:00
parent 78755979f0
commit 0413ab0fd4

View file

@ -139,8 +139,8 @@ postscreen_greet_action = drop
# DNS block lists # DNS block lists
postscreen_dnsbl_threshold = 2 postscreen_dnsbl_threshold = 2
{% if postfix_postscreen_dnsbl_sites is defined %} {% if postfix_postscreen_dnsbl_sites is defined %}
{% for site in postfix_postscreen_dnsbl_sites %}
postscreen_dnsbl_sites = postscreen_dnsbl_sites =
{% for site in postfix_postscreen_dnsbl_sites %}
{{ site.name }}*{{ site.multiplier }} {{ site.name }}*{{ site.multiplier }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}