ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlm-confirm.c File Reference
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "error.h"
#include "case.h"
#include "stralloc.h"
#include "str.h"
#include "env.h"
#include "sig.h"
#include "wait.h"
#include "readclose.h"
#include "getconf.h"
#include "byte.h"
#include "getln.h"
#include "qmail.h"
#include "buffer.h"
#include "readwrite.h"
#include "seek.h"
#include "quote.h"
#include "datetime.h"
#include "now.h"
#include "fmt.h"
#include "getoptb.h"
#include "auto_bin.h"
#include "cookie.h"
#include "errtxt.h"
#include "ezcopy.h"
#include "open.h"
#include "lock.h"
#include "wrap.h"
#include "idx.h"
#include "mime.h"
#include "auto_version.h"
#include "logmsg.h"
#include "lockfile.h"
#include "ezmlm.h"
Include dependency graph for ezmlm-confirm.c:

Go to the source code of this file.

Macros

#define WHO   "ezmlm-confirm"

Functions

void die_badformat ()
int main (int argc, char **argv)

Variables

struct qmail qq
stralloc outhost = {0}
stralloc outlocal = {0}
buffer bq = BUFFER_INIT(qqwrite,-1,qqbuf,sizeof(qqbuf))

Detailed Description

Author
Bruce Guenter
Date
2005-04-07 19:24:09Z

Definition in file ezmlm-confirm.c.

Macro Definition Documentation

◆ WHO

#define WHO   "ezmlm-confirm"

Definition at line 39 of file ezmlm-confirm.c.

Function Documentation

◆ die_badformat()

void die_badformat ( )

Definition at line 51 of file ezmlm-confirm.c.

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

◆ main()

int main ( int argc,
char ** argv )

Definition at line 129 of file ezmlm-confirm.c.

Here is the call graph for this function:

Variable Documentation

◆ bq

buffer bq = BUFFER_INIT(qqwrite,-1,qqbuf,sizeof(qqbuf))

Definition at line 100 of file ezmlm-confirm.c.

◆ outhost

stralloc outhost = {0}

Definition at line 68 of file ezmlm-confirm.c.

◆ outlocal

stralloc outlocal = {0}

Definition at line 69 of file ezmlm-confirm.c.

◆ qq

struct qmail qq

Definition at line 67 of file ezmlm-confirm.c.