summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-09-12 15:00:45 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-09-12 15:17:13 +0100
commit055e2cb463e4e4adf2d9292a50ac274938f9a5ac (patch)
tree262033369ea8b77a85b7c40c6cc84f44d25056be /test/confs
parentdc211a517b7ba61089518376c27a3087c72fb143 (diff)
New $callout_address variable to record spamd (etc) address. Bug 1652
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/40012
-rw-r--r--test/confs/40092
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 -----