#!/usr/local/bin/python2.2

import sys
import pymsgauth

args = sys.argv[1:]
pymsgauth.sendmail_wrapper (args)
