This commit is contained in:
Mauro Torrez 2019-08-25 21:43:53 -03:00
parent 1c086ec057
commit 55cdfb163d

View File

@ -72,7 +72,7 @@
postconf:
parameter: postscreen_dnsbl_sites
value: "\
{% for entry in postfix_postscreen_dnsbl_sites|belist -%}\
{% for entry in postfix_postscreen_dnsbl_sites -%}\
{% if entry is string -%}{{ entry }}{% elif entry is mapping -%}\
{{ entry.site }}{{ '*' if entry.score is defined else '' }}\
{{ entry.score | default('') }}{% endif %}\