summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0173.filter
blob: 833d3e75a5da939525d62113776b92447a75bb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Demo Exim filter for virus check

if error_message then finish endif

if $received_protocol is not scanned-ok then
  pipe "DIR/aux-fixed/resubmit \
	\"${if match_address {$sender_address}{CALLER@test.ex} {$value}}\" \
	\"${map {<, $recipients} \
		{${if match_address {$item} {userx@test.ex : usery@test.ex : userz@test.ex} { $value}}}}\" \
	DIR/ CALLER"
endif