1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 20:21:14 +02:00
docker-mailserver/target/amavis/conf.d/62-improve_privacy_remove_headers
William Desportes 3a38b23a1a
Improve fail2ban docs and fix a typo (#2126)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
2021-08-13 10:30:39 +02:00

12 lines
290 B
Plaintext

use strict;
# disable the "Received" headers to be added to the mail header
$allowed_added_header_fields{lc('Received')} = 0;
# Hide with what virus scanner we scan
$X_HEADER_LINE = "Yes";
#------------ Do not modify anything below this line -------------
1; # ensure a defined return