#!/usr/bin/python

import sys
import pymsgauth

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