ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlm-gate.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "buffer.h"
#include "stralloc.h"
#include "error.h"
#include "env.h"
#include "sig.h"
#include "str.h"
#include "seek.h"
#include "wait.h"
#include "exit.h"
#include "getconf.h"
#include "auto_bin.h"
#include "getoptb.h"
#include "errtxt.h"
#include "idx.h"
#include "subscribe.h"
#include "wrap.h"
#include "auto_version.h"
#include "logmsg.h"
Include dependency graph for ezmlm-gate.c:

Go to the source code of this file.

Macros

#define WHO   "ezmlm-gate"

Functions

int mailprog (char *s)
void main (int argc, char **argv)

Variables

stralloc line = {0}
stralloc cmds = {0}
stralloc sendopt = {0}
stralloc storeopt = {0}
char szchar [2] = "-"
int child
const char * pmod

Detailed Description

Author
Bruce Guenter
Date
2005-02-09 21:38:05Z

Definition in file ezmlm-gate.c.

Macro Definition Documentation

◆ WHO

#define WHO   "ezmlm-gate"

Definition at line 23 of file ezmlm-gate.c.

Function Documentation

◆ mailprog()

int mailprog ( char * s)

Definition at line 44 of file ezmlm-gate.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

void main ( int argc,
char ** argv )

Definition at line 63 of file ezmlm-gate.c.

Here is the call graph for this function:

Variable Documentation

◆ child

int child

Definition at line 41 of file ezmlm-gate.c.

◆ cmds

stralloc cmds = {0}

Definition at line 36 of file ezmlm-gate.c.

◆ line

stralloc line = {0}

Definition at line 35 of file ezmlm-gate.c.

◆ pmod

const char* pmod

Definition at line 42 of file ezmlm-gate.c.

◆ sendopt

stralloc sendopt = {0}

Definition at line 37 of file ezmlm-gate.c.

◆ storeopt

stralloc storeopt = {0}

Definition at line 38 of file ezmlm-gate.c.

◆ szchar

char szchar[2] = "-"

Definition at line 40 of file ezmlm-gate.c.