Since we follow the freebsd ports tree a little too carefully we were
bitten by the tainted string changes in 4.93.

We use a system aliases file that calls pipe transport ulimately and we
see in error log now:

Tainted '/bin/smssend -e -c foo' (command for address_pipe transport)
not permitted


where our alias file hits:

^sms\+      "| /bin//smssend -e -c ${sg{$local_part}{^sms.(.*)}{\$1}}"


Basically we look for any local part that is "sms#########" and pipe
just that part to our external...

Now with tainted strings we cannot do that. Whats the easy fix?


-- 
inoc.net!rblayzor
XMPP: rblayzor.AT.inoc.net
PGP:  https://pgp.inoc.net/rblayzor/

-- 
## List details at https://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/

Reply via email to