[Exim] Wishlist: Skip transport_filter if the expansion is …

Góra strony
Delete this message
Reply to this message
Autor: Tore Anderson
Data:  
Dla: exim-users
Temat: [Exim] Wishlist: Skip transport_filter if the expansion is forced to fail
I've got this transport_filter:

    transport_filter = "\"${extract{spamcmd}{$address_data} {$value}{/bin/cat}}\""


..which works fine, though I feel that it should have been a way of
simply skipping the filter, for example by using 'fail' instead of
'{/bin/cat}' .. after all it's fairly crackbrained to fork two(?) times
and shuffle data around when the message is anyway doomed to pass through
the filter unmodified. :-)

--
Tore Anderson