feed need for BDAT down to write_chunk()
[exim.git] / src / src / macros.h
index 9b52fb775bacdea4531267761fd37314b2eaf180..c62f16e7d27251ced9ff8628a8f1bf6004af7e3d 100644 (file)
@@ -845,6 +845,7 @@ enum {
 #define topt_no_headers         0x020  /* Omit headers */
 #define topt_no_body            0x040  /* Omit body */
 #define topt_escape_headers     0x080  /* Apply escape check to headers */
+#define topt_use_bdat          0x100  /* prepend chunks with RFC3030 BDAT header */
 
 /* Flags for recipient_block, used in DSN support */