/[pkg-mixmaster]/trunk/Mix/Src/config.h
ViewVC logotype

Diff of /trunk/Mix/Src/config.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 165 by weaselp, Wed Aug 21 19:28:04 2002 UTC revision 166 by weaselp, Thu Aug 22 04:29:43 2002 UTC
# Line 6  Line 6 
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
# Line 25  Line 25 
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   "[...]"   "[...]"
# Line 151  Line 155 
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"
# Line 193  Line 198 
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[];

Legend:
Removed from v.165  
changed lines
  Added in v.166

  ViewVC Help
Powered by ViewVC 1.1.5