git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
aux-fixed
/
0016.filter.userx
1
# Exim filter
2
3
if error_message then finish endif
4
5
if
6
$local_part_suffix contains "page"
7
then
8
unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
9
endif
10
11
# End