X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fglobals.h;h=e31517bf4f14e44a3da52f72c6fa2ab2ca725dd0;hb=b7d3afcfad94edf99a8dbc50ab670ded417e6bea;hp=1c58a936b4d56333483b9ff88fd8ec9dfa953aad;hpb=32b8ce41b3fe2ea10f3343a6c9e0acfccea40dd6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/globals.h b/src/src/globals.h index 1c58a936b..e31517bf4 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -872,6 +872,8 @@ extern uschar *spf_smtp_comment; /* spf comment to include in SMTP reply * #endif extern BOOL split_spool_directory; /* TRUE to use multiple subdirs */ extern uschar *spool_directory; /* Name of spool directory */ +extern BOOL spool_file_wireformat; /* current -D file has CRLF rather than NL */ +extern BOOL spool_wireformat; /* can write wireformat -D files */ #ifdef EXPERIMENTAL_SRS extern uschar *srs_config; /* SRS config secret:max age:hash length:use timestamp:use hash */ extern uschar *srs_db_address; /* SRS db address */