diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 10:57:46 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-04-20 10:57:46 +0000 |
commit | dd16e114db70592df34e8b9ee4a05dae69aaba43 (patch) | |
tree | 30e6973b59c15f00b12689a3b5d2cfb200051bd0 /test | |
parent | e173618b6c168a57908e0bf55dcf1b42ce947f6c (diff) |
Modify (i.e. fix :-) change 4.61/PH/19: Using message arrival time for
"first failed" should *not* apply to host errors.
Diffstat (limited to 'test')
-rw-r--r-- | test/log/0532 | 2 | ||||
-rw-r--r-- | test/rejectlog/0532 | 2 | ||||
-rw-r--r-- | test/stderr/0388 | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/test/log/0532 b/test/log/0532 index 57a152060..0a41abcdb 100644 --- a/test/log/0532 +++ b/test/log/0532 @@ -5,4 +5,4 @@ 1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@test.ex U=CALLER P=local S=sss 1999-03-02 09:44:33 10HmaY-0005vi-00 => rcptok <rcptok@test.ex> R=r1 T=t1 1999-03-02 09:44:33 10HmaY-0005vi-00 Completed -1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot test add_header condition in connection ACL +1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use add_header condition in connection ACL diff --git a/test/rejectlog/0532 b/test/rejectlog/0532 index 7a20d074e..5fe9ed425 100644 --- a/test/rejectlog/0532 +++ b/test/rejectlog/0532 @@ -1,2 +1,2 @@ 1999-03-02 09:44:33 U=CALLER F=<mailok@test.ex> rejected RCPT <notok@test.ex> -1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot test add_header condition in connection ACL +1999-03-02 09:44:33 U=CALLER temporarily rejected connection in "connect" ACL: cannot use add_header condition in connection ACL diff --git a/test/stderr/0388 b/test/stderr/0388 index 0af0261ba..ab7d8ae32 100644 --- a/test/stderr/0388 +++ b/test/stderr/0388 @@ -156,8 +156,9 @@ V4NET.0.0.0 in "*"? yes (matched "*") retry for T:V4NET.0.0.0:V4NET.0.0.0:1224 (y) = * 0 0 dbfn_read: key=T:V4NET.0.0.0:V4NET.0.0.0:1224 failing_interval=ttt message_age=ttt +on queue longer than maximum retry Writing retry data for T:V4NET.0.0.0:V4NET.0.0.0:1224 - first failed=dddd last try=dddd next try=+1 expired=1 + first failed=dddd last try=dddd next try=+0 expired=0 errno=dd more_errno=dd,A Network Error dbfn_write: key=T:V4NET.0.0.0:V4NET.0.0.0:1224 timed out: all retries expired |