diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-19 13:59:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-19 16:31:37 +0100 |
commit | 6f6dedccb47f231a0712d882da20feffbac8d0bc (patch) | |
tree | 32c098794a1df4cacf008677a1491f0b2389aca7 /test/scripts | |
parent | 14b3c5bc64a16df07583fe4b5ef2e0129d063893 (diff) |
Retry: always use interface, if set, for retry DB key. Bug 1678
Even constant values must be used, as multiple transports with
different values may be in play and should be kept distinct.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0610 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0610 b/test/scripts/0000-Basic/0610 new file mode 100644 index 000000000..ff690f63f --- /dev/null +++ b/test/scripts/0000-Basic/0610 @@ -0,0 +1,33 @@ +# retry: transport with fixed interface +# Exim test configuration 0610 +# +exim -DSERVER=server -bd -oX PORT_D +**** +# +exim -bs +MAIL FROM:<t1@dustyshoes.tld> +RCPT TO:<fred@anotherone.tld> +DATA +This is a test message. +. +RSET +MAIL FROM:<t2@dustybelt.tld> +RCPT TO:<fred@anotherone.tld> +DATA +Subject: second + +This is a second test message. +. +QUIT +**** +# +# +exim -qq +**** +# +# Should get two separate retry records. +dump retry +# +# +killdaemon +no_msglog_check |