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
/
0533
diff --git
a/test/confs/0533
b/test/confs/0533
index 1d48005e318fbc423ba4654dd8e0845b9a12b83e..290d5e68a8822734345e2bb08e98a94f8869df4c 100644
(file)
--- a/
test/confs/0533
+++ b/
test/confs/0533
@@
-1,14
+1,8
@@
# Exim test configuration 0533
# Exim test configuration 0533
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
primary_hostname = myhost.test.ex
primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
# ----- Main settings -----
# ----- Main settings -----
@@
-22,7
+16,7
@@
r1:
driver = redirect
local_part_prefix = file-
local_part_suffix = =*
driver = redirect
local_part_prefix = file-
local_part_suffix = =*
- data = DIR/test-mail/${
substr_1:$local_part_suffix
}
+ data = DIR/test-mail/${
bless:${substr_1:$local_part_suffix}
}
file_transport = t1
r2:
file_transport = t1
r2:
@@
-30,7
+24,7
@@
r2:
local_part_prefix = pipe-
local_part_suffix = =*
caseful_local_part = true
local_part_prefix = pipe-
local_part_suffix = =*
caseful_local_part = true
- data = |${
substr_1:$local_part_suffix
}
+ data = |${
bless:${substr_1:$local_part_suffix}
}
pipe_transport = t2
pipe_transport = t2