Cmdine option for only IDs of queue
[exim.git] / src / src / macros.h
index 585067fc9ea59c4ed69cd6b714145435571ea9b5..9f3a7b06af7cc42e91f9c5b90b61a69f24f65231 100644 (file)
@@ -1113,9 +1113,9 @@ should not be one active. */
 
 #define NOTIFIER_SOCKET_NAME   "exim_daemon_notify"
 /* Notify message types */
-#define NOTIFY_MSG_QRUN                1
-#define NOTIFY_QUEUE_SIZE_REQ  2
-#define NOTIFY_REGEX           3
+#define NOTIFY_MSG_QRUN                1       /* 2stage qrun fast-ramp trigger */
+#define NOTIFY_QUEUE_SIZE_REQ  2       /* obtain current queue count */
+#define NOTIFY_REGEX           3       /* an RE for caching */
 
 /* Flags for match_check_string() */
 typedef unsigned mcs_flags;
@@ -1140,4 +1140,11 @@ typedef unsigned mcs_flags;
 /* A big number for (effectively) unlimited envelope addresses */
 #define UNLIMITED_ADDRS                999999
 
+/* Flags for queue_list() */
+#define QL_BASIC               0
+#define QL_UNDELIVERED_ONLY    1
+#define QL_PLUS_GENERATED      2
+#define QL_MSGID_ONLY          3
+#define QL_UNSORTED            8
+
 /* End of macros.h */