#!/usr/pkg/bin/python3.12

from pymsgauth import *

import sys

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