1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Exim filter testprint "Testing \ <" testprint ">${sg{\ ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\ }\ {\\N\\|(\\||\$)\\N}\ {$1}\ }<" if "something seven" matches "${sg{\ ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\ }\ {\\N\\|(\\||\$)\\N}\ {$1}\ }" then testprint "yes" else testprint "no" endif