diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-29 15:06:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-29 15:06:47 +0000 |
commit | bc64a74dadcd9d2560b84cad283a52e7346d4140 (patch) | |
tree | 3be865dcd40dbc22db63b5d5208b205f4f59c963 /test/confs/0256 | |
parent | 19897d528de779d4d3804fd7d10c235e8b50a53e (diff) |
Fix quoting problem with errors_copy.
Diffstat (limited to 'test/confs/0256')
-rw-r--r-- | test/confs/0256 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/0256 b/test/confs/0256 index 669fdb114..99faa1d76 100644 --- a/test/confs/0256 +++ b/test/confs/0256 @@ -11,8 +11,10 @@ gecos_name = CALLER_NAME # ----- Main settings ----- +acl_smtp_rcpt = accept qualify_domain = test.ex -errors_copy = *@* abcd@test.ex +errors_copy = *@* ${quote_local_part::abcd+$domain+$local_part}@test.ex +trusted_users = CALLER # ------ Routers ------ |