# create the tunnel
ssh -P -f -L 10025:localhost:25 greg@rose.makesad.us sleep 25

# send the mail
# I wasn't sure how many arguments mutt sends to msmtp
# so I just gave it everything :)
/usr/bin/msmtp -a grossmeier $1 $2 $3 $4 $5 $6 $7 $8 $9
