Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# {{ 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 %}
|
||||
Reference in New Issue
Block a user