diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-13 15:50:46 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-13 15:54:14 +0100 |
commit | 7ef88aa0c4c0608ee54ed2ff90b4b34c518d9bb5 (patch) | |
tree | 7531d24b669902a9ee2311106b70b517fa31aed2 /test/scripts | |
parent | fa2a928fc8a0d1031cc93e03d9ec9125ff9751b5 (diff) |
SRS: native implementation. Bug 1649
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4620-SRS/4620 | 16 | ||||
-rw-r--r-- | test/scripts/4620-SRS/REQUIRES | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620 new file mode 100644 index 000000000..4a126b8b9 --- /dev/null +++ b/test/scripts/4620-SRS/4620 @@ -0,0 +1,16 @@ +# SRS native implementation +# +exim -bd -DSERVER=server -oX 127.0.0.1:PORT_S +**** +# Inject a message; will be passed on to remote and queued there +exim -odi redirect@test.ex +Message body +**** +# Run the queue for the remote, will generate bounce which is queued +exim -q +**** +# Run the queue for the remote, will send bounce to origin +exim -q +**** +# +killdaemon diff --git a/test/scripts/4620-SRS/REQUIRES b/test/scripts/4620-SRS/REQUIRES new file mode 100644 index 000000000..7286713d6 --- /dev/null +++ b/test/scripts/4620-SRS/REQUIRES @@ -0,0 +1,2 @@ +support Experimental_SRS +feature _HAVE_NATIVE_SRS |