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.
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/