diff options
-rw-r--r-- | test/scripts/4620-SRS/4620 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620 index 02716c44e..879ac8b4c 100644 --- a/test/scripts/4620-SRS/4620 +++ b/test/scripts/4620-SRS/4620 @@ -22,8 +22,8 @@ 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}} +${srs_encode {mysecret} {a_test_user@HOSTNAME} {test.ex}} +${srs_encode {mysecret} {"a_test_user"@HOSTNAME} {test.ex}} **** # # Inject a message; will be passed on to remote and queued there |