Searched defs:MSG_NOT_BY (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c147 #define MSG_NOT_BY 0x04 /* Deliver-By time exceeded, mode R */ macro
154 #define IS_IMM_RET(x) (((x) & (MSG_T_O_NOW|MSG_NOT_BY)) != 0)
239 msg_timeout = MSG_NOT_BY;
296 if (msg_timeout == MSG_NOT_BY)
315 if (msg_timeout == MSG_NOT_BY)
333 if (msg_timeout == MSG_NOT_BY)

Completed in 60 milliseconds