ezmlmx 0.68
ezmlmx
|
#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"
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 |
Definition in file ezmlm-gate.c.
#define WHO "ezmlm-gate" |
Definition at line 23 of file ezmlm-gate.c.
int mailprog | ( | char * | s | ) |
Definition at line 44 of file ezmlm-gate.c.
void main | ( | int | argc, |
char ** | argv ) |
int child |
Definition at line 41 of file ezmlm-gate.c.
stralloc cmds = {0} |
Definition at line 36 of file ezmlm-gate.c.
stralloc line = {0} |
Definition at line 35 of file ezmlm-gate.c.
const char* pmod |
Definition at line 42 of file ezmlm-gate.c.
stralloc sendopt = {0} |
Definition at line 37 of file ezmlm-gate.c.
stralloc storeopt = {0} |
Definition at line 38 of file ezmlm-gate.c.
char szchar[2] = "-" |
Definition at line 40 of file ezmlm-gate.c.