diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/merged-local.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/configs/merged-local.conf b/test/functional/configs/merged-local.conf index 1be38d128..2cf05bf13 100644 --- a/test/functional/configs/merged-local.conf +++ b/test/functional/configs/merged-local.conf @@ -41,6 +41,9 @@ external_relay { } EXTERNAL_RELAY_COUNT { count = 4; + # `count` strategy always pops Received headers out, this will break other rules. + # So it should always be the last rule. + priority = 30; strategy = "count"; } EXTERNAL_RELAY_HOSTNAME_MAP { |