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

if error_message then finish endif

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

# End