summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0015.filter.userx
blob: b7ef2ed8db7d668741b2bd6d1e8e744bd198bacd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Exim filter

if error_message then finish endif

if 
  $local_part_prefix contains "page"
then
  unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
  unseen pipe callpager 
endif

# End