home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
MAIL
/
DELIVER.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-03
|
2KB
|
50 lines
/*--------------------------------------------------------------------*/
/* d e l i v e r . h */
/* */
/* Externally known functions in deliver.c, delivery subroutines */
/* in rmail component of UUPC/extended */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1989 by Andrew H. Derbyshire. */
/* */
/* Changes Copyright (c) 1990-1992 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by the */
/* UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: DELIVER.H 1.2 1992/12/04 01:03:49 ahd Exp $
*
* $Log: DELIVER.H $
* Revision 1.2 1992/12/04 01:03:49 ahd
* Add system alias support
*
*/
#define POSTMASTER "postmaster"
size_t Deliver( const char *input, /* Input file name */
char *address, /* Target address */
const boolean sysalias,
boolean validate); /* Validate/forward local mail */
extern INTEGER hops;
extern boolean remoteMail;
extern char *now;
extern char fromuser[];
extern char fromnode[];
extern char *ruser;
extern char *rnode;
extern char *uuser;