DANE: Fix 2-rcpt message, diff domins case. Bug 2265
[exim.git] / src / src / macros.h
index 5c3fa06f6b7fe50721f0405dd05497f7950599f7..8e2050e22e11b4355a221c76cfa95979dca8bfeb 100644 (file)
@@ -305,6 +305,7 @@ Use rc_names[] for debug strings. */
 #define CANCELLED     13    /* Authentication cancelled */
 #define FAIL_SEND     14    /* send() failed in authenticator */
 #define FAIL_DROP     15    /* Fail and drop connection (used in ACL) */
+#define DANE         16    /* Deferred for domain mismatch (used in transport) */
 
 /* Returns from the deliver_message() function */