Send delay-MDN for any queurun past delay_warning, even if not retry time yet. Bug...
[exim.git] / src / src / macros.h
index 28d3d318e7c12d2861d326419f3da0def7149edd..0f93543ce7156ca19fe7f3061520ac927eb7082d 100644 (file)
@@ -563,6 +563,8 @@ table exim_errstrings[] in log.c */
 
 #define ERRNO_RETRY_BASE     (-51)   /* Base to test against */
 #define ERRNO_RRETRY         (-51)   /* Not time for routing */
+
+#define ERRNO_WARN_BASE      (-52)   /* Base to test against */
 #define ERRNO_LRETRY         (-52)   /* Not time for local delivery */
 #define ERRNO_HRETRY         (-53)   /* Not time for any remote host */
 #define ERRNO_LOCAL_ONLY     (-54)   /* Local-only delivery */