Question is in the title. I can't figure out where the MAIL environment variable is set. A 'grep -r MAIL' on /etc doesn't net anything remotely promising. It obviously gets set somewhere as it points to /var/mail/$USER. But changing that proves to be somewhat difficult for me as I can't find the right location.
And no I don't want to simply override the setting in my .bashrc or .bash_profile.

