git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Heiko Schlitterman's patch for log_selector=+pid, plus appropriate
[users/heiko/exim.git]
/
test
/
aux-var-src
/
0383.f
1
# Exim filter (user filter for test 444)
2
3
if error_message then finish endif
4
5
if foranyaddress $h_to: ($thisaddress matches "^(...)") then
6
pipe "DIR/aux-fixed/showenv $thisaddress $1"
7
endif
8