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
New variable $exim_version. Bug 306
[exim.git]
/
test
/
confs
/
0099
diff --git
a/test/confs/0099
b/test/confs/0099
index e35ad5fcfbf89e54c76c1c6e5001a791244fc30d..4a13b49375b7ae23541473559eda70351249eeec 100644
(file)
--- a/
test/confs/0099
+++ b/
test/confs/0099
@@
-1,5
+1,7
@@
# Exim test configuration 0099
# Exim test configuration 0099
+RETRY =
+
exim_path = EXIM_PATH
host_lookup_order = bydns
rfc1413_query_timeout = 0s
exim_path = EXIM_PATH
host_lookup_order = bydns
rfc1413_query_timeout = 0s
@@
-13,6
+15,7
@@
gecos_name = CALLER_NAME
primary_hostname = primary.test.ex
qualify_domain = test.ex
retry_data_expire = 2s
primary_hostname = primary.test.ex
qualify_domain = test.ex
retry_data_expire = 2s
+log_selector = +received_recipients
# ----- Routers -----
# ----- Routers -----
@@
-21,7
+24,9
@@
begin routers
all:
driver = manualroute
all:
driver = manualroute
- route_list = "* 127.0.0.1 byname"
+ route_list = simple thishost.test.ex byname \
+ ; complex thisloop.test.ex byname \
+ ; * 127.0.0.1 byname
self = send
transport = smtp
self = send
transport = smtp
@@
-33,6
+38,7
@@
begin transports
smtp:
driver = smtp
port = 999
smtp:
driver = smtp
port = 999
+ RETRY
# ----- Retry -----
# ----- Retry -----
@@
-54,6
+60,7
@@
rcpt4xx.test.ex rcpt_4xx F,10d,1m
*@@ * F,5d,6m
lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
*.star.ex * F,3d,10m
*@@ * F,5d,6m
lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
*.star.ex * F,3d,10m
-* * F,2d,15m
+!*.not.ex * F,2d,15m
+* * F,12d,150m
# End
# End