head	1.3;
access;
symbols
	mit-dcns-cgi950822:1.2
	cgi950225:1.2;
locks; strict;
comment	@ * @;


1.3
date	2001.10.24.03.34.50;	author lcs;	state Exp;
branches;
next	1.2;

1.2
date	95.01.23.18.06.24;	author brlewis;	state Exp;
branches;
next	1.1;

1.1
date	94.12.10.10.58.11;	author brlewis;	state Exp;
branches;
next	;


desc
@program to sendmail a template-based cgi POST
@


1.3
log
@add RCS version identifier
@
text
@/**********************************************************************
 *  cgiemail -- send email via cgi
 *
 * Copyright 1994 by the Massachusetts Institute of Technology
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 **********************************************************************/
#include "mit-copyright.h"
static char rcsid[]="$Id$";

#include <stdlib.h>
#include "cgi.h"

main() { exit(  cgi_standard_email()  ); }
@


1.2
log
@fix mit copyright
@
text
@d9 1
@


1.1
log
@Initial revision
@
text
@d8 1
a8 1
#include <mit-copyright.h>
@