diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-06 15:50:12 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-06 15:50:12 +0000 |
commit | 48c7f9e2e3b50cd5548447de62c77c7ddfe21519 (patch) | |
tree | 588f2c5e5885f5e9f67d5faba9045a0c76f84cb5 /test/confs | |
parent | 520de300979cb6cf448cd23f729dd39368202a16 (diff) |
Include sender address in retry key for 4xx errors.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0247 | 1 | ||||
-rw-r--r-- | test/confs/0388 | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/0247 b/test/confs/0247 index 7de97edd1..eb11b0939 100644 --- a/test/confs/0247 +++ b/test/confs/0247 @@ -11,7 +11,6 @@ gecos_name = CALLER_NAME # ----- Main settings ----- - # ----- Routers ----- begin routers diff --git a/test/confs/0388 b/test/confs/0388 index ec41efcaf..0252cbd9e 100644 --- a/test/confs/0388 +++ b/test/confs/0388 @@ -37,6 +37,7 @@ smtp: hosts_max_try = 1 port = PORT_S connect_timeout = 2s + address_retry_include_sender = false # ----- Retry ----- |