#!/bin/bash AUTO=0 # Check env for any default settings, command line options will override these. if [ -z "$PULL_MTA" ]; then PULL_MTA="sendmail" fi # Prevent environment leakage to these vars. unset TO unset CC # allow the user to set FROM in the environment usage() { cat <