X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F4620-SRS%2F4620;h=02716c44ede8cf27e4209899cba0439162619f65;hb=04e5caa9a7e84b2afca642d28096d988cb6802e7;hp=4a126b8b905f9ec6f48552efdc4d0d2833ece0ec;hpb=7ef88aa0c4c0608ee54ed2ff90b4b34c518d9bb5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620 index 4a126b8b9..02716c44e 100644 --- a/test/scripts/4620-SRS/4620 +++ b/test/scripts/4620-SRS/4620 @@ -7,10 +7,42 @@ exim -odi redirect@test.ex Message body **** # Run the queue for the remote, will generate bounce which is queued +exim -DCONTROL=remote -q +**** +# Run the queue for the remote, will send bounce to origin +exim -DCONTROL=remote -q +**** +# Run the queue for the local, will process the bounce exim -q **** +# +# +# +# +# Sender with quoted local_part: +# +exim -be +${srs_encode {mysecret} {a_test_user@lap.dom.ain} {test.ex}} +${srs_encode {mysecret} {"a_test_user"@lap.dom.ain} {test.ex}} +**** +# +# Inject a message; will be passed on to remote and queued there +sudo exim -odi -f '"fred["@test.ex' redirect@test.ex +Message body +**** +# Run the queue for the remote, will generate bounce which is queued +exim -DCONTROL=remote -q +**** # Run the queue for the remote, will send bounce to origin +exim -DCONTROL=remote -q +**** +# Run the queue for the local, will process the bounce exim -q **** # +# Sender which is empty (already a bounce) +exim -be +>${srs_encode {mysecret} {} {test.ex}}< +**** +# killdaemon