Files
ansible-role-postfix/templates/etc/postfix/submission_header_cleanup.j2
T
volker.raschek 91dabffbd8
Lint Markdown files / markdown-lint (push) Successful in 54s
Ansible Linter / ansible-lint (push) Successful in 1m0s
Initial Commit
2026-09-07 17:30:42 +02:00

11 lines
266 B
Django/Jinja

#
# {{ ansible_managed }}
#
# Removes information from the email header that is
# questionable from a data protection point of view.
{% for entry in postfix_regexp_submission_header_cleanup_table_entries | default([]) %}
{{ entry.pattern }} IGNORE
{% endfor %}