| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Configuration |
Configuration |
| 9 |
$Id: config.h,v 1.11 2002/08/21 19:28:04 weaselp Exp $ */ |
$Id: config.h,v 1.12 2002/08/22 04:29:43 weaselp Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#ifndef _CONFIG_H |
#ifndef _CONFIG_H |
| 25 |
* "NOTE: The above From: line has not been authenticated!\n\n" */ |
* "NOTE: The above From: line has not been authenticated!\n\n" */ |
| 26 |
#define FROMDISCLAIMER "" |
#define FROMDISCLAIMER "" |
| 27 |
|
|
| 28 |
|
/* Additional disclaimer to be inserted at the bottom of the body of all |
| 29 |
|
* messages */ |
| 30 |
|
#define MSGFOOTER "" |
| 31 |
|
|
| 32 |
/* Comment to be inserted when a binary attachment is filtered out: */ |
/* Comment to be inserted when a binary attachment is filtered out: */ |
| 33 |
#define BINDISCLAIMER \ |
#define BINDISCLAIMER \ |
| 34 |
"[...]" |
"[...]" |
| 155 |
#define DEFAULT_MIXCONF "mix.cfg" /* mixmaster configuration file */ |
#define DEFAULT_MIXCONF "mix.cfg" /* mixmaster configuration file */ |
| 156 |
#define DEFAULT_DISCLAIMFILE "disclaim.txt" |
#define DEFAULT_DISCLAIMFILE "disclaim.txt" |
| 157 |
#define DEFAULT_FROMDSCLFILE "fromdscl.txt" |
#define DEFAULT_FROMDSCLFILE "fromdscl.txt" |
| 158 |
|
#define DEFAULT_MSGFOOTERFILE "footer.txt" |
| 159 |
#define DEFAULT_POP3CONF "pop3.cfg" |
#define DEFAULT_POP3CONF "pop3.cfg" |
| 160 |
#define DEFAULT_HELPFILE "help.txt" |
#define DEFAULT_HELPFILE "help.txt" |
| 161 |
#define DEFAULT_ABUSEFILE "abuse.txt" |
#define DEFAULT_ABUSEFILE "abuse.txt" |
| 198 |
extern char MIXCONF[]; |
extern char MIXCONF[]; |
| 199 |
extern char DISCLAIMFILE[]; |
extern char DISCLAIMFILE[]; |
| 200 |
extern char FROMDSCLFILE[]; |
extern char FROMDSCLFILE[]; |
| 201 |
|
extern char MSGFOOTERFILE[]; |
| 202 |
extern char POP3CONF[]; |
extern char POP3CONF[]; |
| 203 |
extern char HELPFILE[]; |
extern char HELPFILE[]; |
| 204 |
extern char ABUSEFILE[]; |
extern char ABUSEFILE[]; |