Re: [exim] transport_filter for just a redirect?

Pàgina inicial
Delete this message
Reply to this message
Autor: Joey Aldrich
Data:  
A: exim-users
Assumpte: Re: [exim] transport_filter for just a redirect?
How would I do this with a pipe?

Writing the script to modify the message isn't a problem. But I can't
seem to get the exim side to work.

This is what I tried:
##Router:
mysql_aliases:
driver = redirect
allow_filter
user = atmail
data = ${lookup mysql{ MYSQL_ALIASES }}
pipe_transport = footer_two

#Transport:
footer_two:
driver = pipe
transport_filter="/usr/local/atmail/pipe.php"
return_output


But it doesn't even seem to be runing the script at all.