On Fri, 1 Jul 2005, lee wrote: > > If I want to use an Exim filter to conditionally pipe an email through a perl > program then onto a specific email address/mailbox, is the following correct ?
No. The way to do what you want is to set up a transport with a transport_filter, and set up a router which matches the address you want to deliver via this filter and sends it to your transport. I don't think you can do what you want with an Exim filter file. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
