diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-12 15:00:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-12 15:17:13 +0100 |
commit | 055e2cb463e4e4adf2d9292a50ac274938f9a5ac (patch) | |
tree | 262033369ea8b77a85b7c40c6cc84f44d25056be /test/confs | |
parent | dc211a517b7ba61089518376c27a3087c72fb143 (diff) |
New $callout_address variable to record spamd (etc) address. Bug 1652
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4001 | 2 | ||||
-rw-r--r-- | test/confs/4009 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/4001 b/test/confs/4001 index 00406b4ee..3a5685685 100644 --- a/test/confs/4001 +++ b/test/confs/4001 @@ -20,7 +20,7 @@ begin acl c_data: accept !malware = * OPT - deny logwrite = malware_name $malware_name + deny logwrite = $callout_address malware_name $malware_name # ----- Routers ----- diff --git a/test/confs/4009 b/test/confs/4009 index 2799575ea..cac757209 100644 --- a/test/confs/4009 +++ b/test/confs/4009 @@ -25,7 +25,7 @@ c_data: warn spam = nobody warn - log_message = $spam_action $spam_report + log_message = $callout_address $spam_action $spam_report accept # ----- Routers ----- |