diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-03 17:00:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-03 17:03:45 +0100 |
commit | e7dadabd81968d7994e9bc36aa67b6bd3de63abe (patch) | |
tree | 75103c3db6fa2f56d0c36d8d4ad93cd7aa726c83 /test/confs/0900 | |
parent | 9cd319d9824c189921fce90ab8c37cff4f09c395 (diff) |
Testsuite: for CHUNKING rewrite sender name in headers to consistent value
for consistent chunk size on different test platforms
Diffstat (limited to 'test/confs/0900')
-rw-r--r-- | test/confs/0900 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0900 b/test/confs/0900 index 21fbf0901..7a1296c7e 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -94,6 +94,7 @@ remote_smtp: allow_localhost command_timeout = 2s final_timeout = 2s + headers_rewrite = *@* CALLER_NAME@$domain fs remote_smtp_dkim: driver = smtp @@ -102,6 +103,7 @@ remote_smtp_dkim: allow_localhost command_timeout = 2s final_timeout = 2s + headers_rewrite = *@* CALLER_NAME@$domain fs .ifdef OPT dkim_domain = test.ex |