Re: [exim] transport_filter for just a redirect?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Joey Aldrich
日付:  
To: exim-users
題目: 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.