"Todd A. Jacobs" <[EMAIL PROTECTED]> writes: > Could it be procmail that's rewriting the variable, or tmda not > re-exporting it properly after processing? I have:
For debugging, you can capture the environment at any particular point by adding something like the following to your .forward and/or .procmail: "| /usr/bin/env > ~/env.txt" I'm pretty sure Postfix changes $RECIPIENT to the final recipient address in an aliased or virtual domain setup though. Use the RECIPIENT_HEADER feature if you want to override what the MTA is setting $RECIPIENT to. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
