ph10 2006/07/14 15:06:44 BST
Modified files:
exim-test/confs 0099
exim-test/scripts/0000-Basic 0099
exim-test/stdout 0099
Log:
Add test for negated item as a retry rule pattern.
Revision Changes Path
1.2 +2 -1 exim/exim-test/confs/0099
1.2 +2 -0 exim/exim-test/scripts/0000-Basic/0099
1.2 +2 -1 exim/exim-test/stdout/0099
Index: 0099
===================================================================
RCS file: /home/cvs/exim/exim-test/confs/0099,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0099 7 Feb 2006 10:34:25 -0000 1.1
+++ 0099 14 Jul 2006 14:06:44 -0000 1.2
@@ -54,6 +54,7 @@
*@@ * 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
Index: 0099
===================================================================
RCS file: /home/cvs/exim/exim-test/scripts/0000-Basic/0099,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0099 7 Feb 2006 10:54:33 -0000 1.1
+++ 0099 14 Jul 2006 14:06:44 -0000 1.2
@@ -39,3 +39,5 @@
****
exim -f "d@???" -brt x@???
****
+exim -brt x@???
+****
Index: 0099
===================================================================
RCS file: /home/cvs/exim/exim-test/stdout/0099,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0099 7 Feb 2006 10:47:37 -0000 1.1
+++ 0099 14 Jul 2006 14:06:44 -0000 1.2
@@ -9,7 +9,7 @@
first failed = time last try = time2 next try = time2 + 60
Retry rule: *.star.ex * F,3d,10m;
Retry rule: lsearch*@;TESTSUITE/aux-fixed/0099.rlist * F,1d,3m;
-Retry rule: * * F,2d,15m;
+Retry rule: !*.not.ex * F,2d,15m;
Retry rule: *@\N^\d * F,5d,1m;
Retry rule: *@*.abcd.ex * F,5d,2m;
Retry rule: *@literal.ex * F,5d,3m;
@@ -21,3 +21,4 @@
Retry rule: rcpt463.test.ex * F,1w3d,3m;
Retry rule: * * G,1d,1m,1.5;
Retry rule: * * G,2d,2m,1.5;
+Retry rule: * * F,1w5d,2h30m;