git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
specified-initializers
[exim.git]
/
test
/
aux-var-src
/
0383.F
diff --git
a/test/aux-var-src/0383.F
b/test/aux-var-src/0383.F
index 78a5898a16062c9743a66ccdebdcddbbcef0eeb4..59dd0666a0f2889a0eee25bba488d2f7fe75ad8e 100644
(file)
--- a/
test/aux-var-src/0383.F
+++ b/
test/aux-var-src/0383.F
@@
-1,13
+1,18
@@
-# Exim filter (system filter for test
444
)
+# Exim filter (system filter for test
0383
)
if error_message then finish endif
if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
if error_message then finish endif
if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
+ pipe "DIR/aux-fixed/showenv \"${if match_address {$thisaddress}{alice@test.ex}{$value}}\" \"${if inlist {$1}{alice} {$value}}\""
+ finish
+endif
+
+if foranyaddress $h_to: ($thisaddress matches "^(marny)") then
pipe "DIR/aux-fixed/showenv $thisaddress $1"
finish
endif
if $h_to: matches "^(j..)" then
pipe "DIR/aux-fixed/showenv $thisaddress $1"
finish
endif
if $h_to: matches "^(j..)" then
- pipe "DIR/aux-fixed/showenv
$1
"
+ pipe "DIR/aux-fixed/showenv
\"${if inlist {$1}{jab} {$value}}\"
"
endif
endif