debian experimental exim-daemon-heavy config
[exim.git] / test / aux-fixed / 0298.Filter
1 # Exim filter
2
3 if error_message then finish endif
4
5 if $recipients contains failure1 then
6
7 fail "<<MSG1>>This message is being failed and there's a long and tortuous\n\
8 explanation about is that is being sent back to the user."
9
10 else
11
12 fail "<<MSG2>>"
13
14 endif