> Dave Potter:
> Rather than modify configurations on each of the local servers, I'm trying
> to figure out the best way to have qmail on the relay machine call a
> custom program which will append to the body of a message a tagline that
> looks similar to Yahoo/Hotmail's taglines.
that's not difficult: put
"| ( cat; cat <my-custom-footer> ) | qmail-inject"
into the appropriate .qmail. the parenthezised expression takes the
original message on stdin and appends some file to it, piping the result
into qmail-inject.
--
clemens