diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-01 11:19:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-06-01 11:19:05 +0100 |
commit | c2ef5d7e9fc09693770d5d89a6913b47b9d6dbe7 (patch) | |
tree | 515271b93925c33ce965d5ba9b93283561b9e3c3 /test/scripts | |
parent | dd4daa8a2ba4986a2fc9bba17251f6955f2332b8 (diff) |
SRS: fix encode operation for empty sender addresses.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4620-SRS/4620 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/scripts/4620-SRS/4620 b/test/scripts/4620-SRS/4620 index f180142a6..8119c295f 100644 --- a/test/scripts/4620-SRS/4620 +++ b/test/scripts/4620-SRS/4620 @@ -40,4 +40,9 @@ exim -DCONTROL=remote -q exim -q **** # +# Sender which is empty (already a bounce) +exim -be +>${srs_encode {mysecret} {} {test.ex}}< +**** +# killdaemon |