ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlm-weed.c File Reference
#include <unistd.h>
#include "stralloc.h"
#include "str.h"
#include "byte.h"
#include "case.h"
#include "readwrite.h"
#include "buffer.h"
#include "getln.h"
#include "errtxt.h"
#include "logmsg.h"
Include dependency graph for ezmlm-weed.c:

Go to the source code of this file.

Macros

#define WHO   "ezmlm-weed"

Functions

void get (stralloc *buf)
int isboundary ()
 returns 1, if line.len contains the mime bondary, 0 otherwise
int main ()

Variables

stralloc line = {0}
stralloc line1 = {0}
stralloc line2 = {0}
stralloc line3 = {0}
stralloc line4 = {0}
stralloc line5 = {0}
stralloc line6 = {0}
stralloc line7 = {0}
stralloc line8 = {0}
stralloc boundary = {0}
stralloc dsnline = {0}
char warn1 [] = " **********************************************"
char warn2 [] = " ** THIS IS A WARNING MESSAGE ONLY **"
char warn3 [] = " ** YOU DO NOT NEED TO RESEND YOUR MESSAGE **"
char warn4 [] = " **********************************************"
int flagmds = 0
int flagsw = 0
int flagsr = 0
int flagas = 0
int flagbw = 0
int flagdsn = 0

Detailed Description

Author
Bruce Guenter
Date
2005-02-09 21:28:36Z

Definition in file ezmlm-weed.c.

Macro Definition Documentation

◆ WHO

#define WHO   "ezmlm-weed"

Definition at line 12 of file ezmlm-weed.c.

Function Documentation

◆ get()

void get ( stralloc * buf)

Definition at line 22 of file ezmlm-weed.c.

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

◆ isboundary()

int isboundary ( )

returns 1, if line.len contains the mime bondary, 0 otherwise

Definition at line 61 of file ezmlm-weed.c.

Here is the caller graph for this function:

◆ main()

int main ( )

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

Here is the call graph for this function:

Variable Documentation

◆ boundary

stralloc boundary = {0}

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

◆ dsnline

stralloc dsnline = {0}

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

◆ flagas

int flagas = 0

Definition at line 52 of file ezmlm-weed.c.

◆ flagbw

int flagbw = 0

Definition at line 53 of file ezmlm-weed.c.

◆ flagdsn

int flagdsn = 0

Definition at line 54 of file ezmlm-weed.c.

◆ flagmds

int flagmds = 0

Definition at line 49 of file ezmlm-weed.c.

◆ flagsr

int flagsr = 0

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

◆ flagsw

int flagsw = 0

Definition at line 50 of file ezmlm-weed.c.

◆ line

stralloc line = {0}

Definition at line 31 of file ezmlm-weed.c.

◆ line1

stralloc line1 = {0}

Definition at line 32 of file ezmlm-weed.c.

◆ line2

stralloc line2 = {0}

Definition at line 33 of file ezmlm-weed.c.

◆ line3

stralloc line3 = {0}

Definition at line 34 of file ezmlm-weed.c.

◆ line4

stralloc line4 = {0}

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

◆ line5

stralloc line5 = {0}

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

◆ line6

stralloc line6 = {0}

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

◆ line7

stralloc line7 = {0}

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

◆ line8

stralloc line8 = {0}

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

◆ warn1

char warn1[] = " **********************************************"

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

◆ warn2

char warn2[] = " ** THIS IS A WARNING MESSAGE ONLY **"

Definition at line 45 of file ezmlm-weed.c.

◆ warn3

char warn3[] = " ** YOU DO NOT NEED TO RESEND YOUR MESSAGE **"

Definition at line 46 of file ezmlm-weed.c.

◆ warn4

char warn4[] = " **********************************************"

Definition at line 47 of file ezmlm-weed.c.