summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0298.Filter
blob: b17fceef6bc0c90db2dd2c9b302278a52ab8430d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Exim filter

if error_message then finish endif

if $recipients contains failure1 then

fail "<<MSG1>>This message is being failed and there's a long and tortuous\n\
      explanation about is that is being sent back to the user."
      
else

fail "<<MSG2>>"

endif