git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix taint trap in parse_fix_phrase(). Bug 2617
[exim.git]
/
test
/
confs
/
4221
diff --git
a/test/confs/4221
b/test/confs/4221
index 085fecc72cc043a2ddd1ec7e70d8df0baaeb4a31..61205cde3e8e6f0f3a27c375fc671c8e61751feb 100644
(file)
--- a/
test/confs/4221
+++ b/
test/confs/4221
@@
-4,12
+4,7
@@
OPTION = *
CONTROL =
OPTION = *
CONTROL =
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/tls_conf_prefix
# ----- Main settings -----
# ----- Main settings -----
@@
-112,15
+107,17
@@
local_delivery:
user = CALLER
delivery_date_add
envelope_to_add
user = CALLER
delivery_date_add
envelope_to_add
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
headers_add = "X-body-linecount: $body_linecount\n\
X-message-linecount: $message_linecount\n\
X-received-count: $received_count"
return_path_add
rmt_smtp:
headers_add = "X-body-linecount: $body_linecount\n\
X-message-linecount: $message_linecount\n\
X-received-count: $received_count"
return_path_add
rmt_smtp:
- driver = smtp
- hosts_require_tls = *
+ driver = smtp
+ hosts_try_fastopen = :
+ hosts_require_tls = *
tls_try_verify_hosts = :
tls_try_verify_hosts = :
+ utf8_downconvert = 0
# End
# End