Searched refs:e_quarmsg (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 122 if (parent->e_quarmsg == NULL) 124 e->e_quarmsg = NULL; 130 e->e_quarmsg = sm_rpool_strdup_x(rpool, 131 parent->e_quarmsg); 133 macid("{quarantine}"), e->e_quarmsg); 689 e->e_quarmsg = NULL;
|
H A D | srvrsmtp.c | 505 e->e_quarmsg = NULL; \ 511 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 514 e->e_quarmsg); \ 1150 if (e->e_quarmsg == NULL) 1153 smtp.sm_quarmsg = newstr(e->e_quarmsg); 2203 e->e_quarmsg != NULL) 2204 smtp.sm_quarmsg = newstr(e->e_quarmsg); 3647 if (e->e_quarmsg != NULL) 3662 (QueueMode == QM_QUARANTINE || e->e_quarmsg == NULL) && 3800 ee->e_quarmsg != NULL) [all …]
|
H A D | deliver.c | 362 e->e_quarmsg != NULL) 366 e->e_quarmsg); 418 if (e->e_quarmsg != NULL) 419 ee->e_quarmsg = sm_rpool_strdup_x(ee->e_rpool, 420 e->e_quarmsg); 1599 quarantine = (e->e_quarmsg != NULL); 1619 if (!quarantine && e->e_quarmsg != NULL) 1627 e->e_quarmsg = NULL; 4293 if (e->e_quarmsg != NULL) 4296 shortenstring(e->e_quarmsg, 40)); [all …]
|
H A D | milter.c | 104 if (e->e_quarmsg == NULL) \ 106 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 109 e->e_quarmsg); \ 114 if (e->e_quarmsg == NULL) \ 116 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 119 e->e_quarmsg); \ 4513 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 4516 macid("{quarantine}"), e->e_quarmsg);
|
H A D | queue.c | 651 if (e->e_quarmsg != NULL) 653 denlstring(e->e_quarmsg, true, false)); 747 if (e->e_quarmsg != NULL) 3853 ei->e_quarmsg != NULL) 4283 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, &bp[1]); 4285 macid("{quarantine}"), e->e_quarmsg); 5142 if (e->e_quarmsg != NULL) 7921 if (e->e_quarmsg != NULL) 7922 ee->e_quarmsg = sm_rpool_strdup_x(ee->e_rpool, 7923 e->e_quarmsg);
|
H A D | parseaddr.c | 3165 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 3171 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 3175 macid("{quarantine}"), e->e_quarmsg);
|
H A D | main.c | 2847 if (MainEnvelope.e_quarmsg != NULL) 2980 CurEnv->e_quarmsg = NULL;
|
H A D | sendmail.h | 915 char *e_quarmsg; /* why envelope is quarantined */ member
|