Lines Matching defs:envelope
862 struct envelope struct
864 HDR *e_header; /* head of header list */
865 long e_msgpriority; /* adjusted priority of this message */
866 time_t e_ctime; /* time message appeared in the queue */
867 char *e_to; /* (list of) target person(s) */
868 ADDRESS e_from; /* the person it is from */
869 char *e_sender; /* e_from.q_paddr w comments stripped */
870 char **e_fromdomain; /* the domain part of the sender */
871 ADDRESS *e_sendqueue; /* list of message recipients */
895 ENVELOPE *e_sibling; /* the next envelope of interest */ argument
900 char *e_sessid; /* session ID for this envelope */ argument
915 char *e_quarmsg; /* why envelope is quarantined */ argument
919 char *e_envid; /* envelope id from MAIL FROM: line */ argument
932 SM_RPOOL_T *e_rpool; /* resource pool for this envelope */ argument
952 #define EF_QUEUERUN 0x00000800L /* this envelope is from queue */ argument