Fix transport-results pipe for multiple recipients combined with certs.
[exim.git] / src / src / macros.h
index b7dd337e4492a859c8f2c0d886b943d3cec8903e..d06e2637bdb0955c65f8dfca5797a0c8a77bfb05 100644 (file)
@@ -156,6 +156,10 @@ as long as the maximum path length. */
 #define BIG_BUFFER_SIZE 16384
 #endif
 
+/* header size of pipe content 
+   currently: char id, char subid, char[5] length */
+#define PIPE_HEADER_SIZE 7
+
 /* This limits the length of data returned by local_scan(). Because it is
 written on the spool, it gets read into big_buffer. */