fix
This commit is contained in:
parent
1c086ec057
commit
55cdfb163d
@ -72,7 +72,7 @@
|
|||||||
postconf:
|
postconf:
|
||||||
parameter: postscreen_dnsbl_sites
|
parameter: postscreen_dnsbl_sites
|
||||||
value: "\
|
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 -%}\
|
{% if entry is string -%}{{ entry }}{% elif entry is mapping -%}\
|
||||||
{{ entry.site }}{{ '*' if entry.score is defined else '' }}\
|
{{ entry.site }}{{ '*' if entry.score is defined else '' }}\
|
||||||
{{ entry.score | default('') }}{% endif %}\
|
{{ entry.score | default('') }}{% endif %}\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user