#!/usr/pkg/bin/python2.7

from pymsgauth import *

import sys

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