File: defs.h

package info (click to toggle)
renattach 1.1.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 144 kB
  • ctags: 45
  • sloc: ansic: 694; sh: 209; makefile: 62
file content (24 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

int read_lists(char**, char**, char**, char**);
int tokenize_list(char*, int);
int mem_error();

#define USE_SYSLOG

#define MODE_BADLIST	0
#define MODE_GOODLIST	1
#define MODE_FULL	2
#define BUF_LIMIT	16384
#define MAX_MIMEHEAD	1024
#define DEF_BUFSIZE	128
#define CONF_TOKS	"\t, \n"

#define MTA_TAIL	"-i"
#define GENERIC_FN	"filename"
#define NEW_MIMETYPE	"application/unknown"
#define NEW_EXTN	".xxx"

#define MTA_COMMAND	"/usr/sbin/sendmail"
#define LOCAL_MAILER	"/usr/bin/procmail"
#define CONF_FILE	"/etc/renattach.conf"