Henrik Stoerner wrote:
This was added in RC2. Doing
MAIL webmaster (at) foo.com admin (at) foo.com COLOR=red
will work as you expect it to. If you have a macro that expands to several mail-adresses, then that will work too. Like
$ADMINS="webmaster (at) foo.com engineering (at) foo.com"
HOST=*
MAIL $ADMINS COLOR=red
Wouldn't that be:
HOST=%.* MAIL $ADMINS COLOR=red