Searched refs:e_quarmsg (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | envelope.c | 119 if (parent->e_quarmsg == NULL) 121 e->e_quarmsg = NULL; 127 e->e_quarmsg = sm_rpool_strdup_x(rpool, 128 parent->e_quarmsg); 130 macid("{quarantine}"), e->e_quarmsg); 699 e->e_quarmsg = NULL;
|
H A D | srvrsmtp.c | 867 e->e_quarmsg = NULL; \ 873 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 876 e->e_quarmsg); \ 1608 if (e->e_quarmsg == NULL) 1611 smtp.sm_quarmsg = newstr(e->e_quarmsg); 2757 e->e_quarmsg != NULL) 2758 smtp.sm_quarmsg = newstr(e->e_quarmsg); 4349 if (e->e_quarmsg != NULL) 4364 (QueueMode == QM_QUARANTINE || e->e_quarmsg == NULL) && 4642 ee->e_quarmsg != NULL) [all …]
|
H A D | milter.c | 116 if (e->e_quarmsg == NULL) \ 118 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 121 e->e_quarmsg); \ 126 if (e->e_quarmsg == NULL) \ 128 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, \ 131 e->e_quarmsg); \ 4558 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 4561 macid("{quarantine}"), e->e_quarmsg);
|
H A D | deliver.c | 466 e->e_quarmsg != NULL) 470 e->e_quarmsg); 522 if (e->e_quarmsg != NULL) 523 ee->e_quarmsg = sm_rpool_strdup_x(ee->e_rpool, 524 e->e_quarmsg); 2118 quarantine = (e->e_quarmsg != NULL); 2138 if (!quarantine && e->e_quarmsg != NULL) 2146 e->e_quarmsg = NULL; 5414 if (e->e_quarmsg != NULL) 5417 shortenstring(e->e_quarmsg, 40)); [all …]
|
H A D | queue.c | 656 if (e->e_quarmsg != NULL) 658 denlstring(e->e_quarmsg, true, false)); 765 if (e->e_quarmsg != NULL) 3951 ei->e_quarmsg != NULL) 4389 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, &bp[1]); 4391 macid("{quarantine}"), e->e_quarmsg); 5280 if (e->e_quarmsg != NULL) 8196 if (e->e_quarmsg != NULL) 8197 ee->e_quarmsg = sm_rpool_strdup_x(ee->e_rpool, 8198 e->e_quarmsg);
|
H A D | parseaddr.c | 3266 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 3272 e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, 3276 macid("{quarantine}"), e->e_quarmsg);
|
H A D | main.c | 2974 if (MainEnvelope.e_quarmsg != NULL) 3122 CurEnv->e_quarmsg = NULL;
|
H A D | sendmail.h | 1146 char *e_quarmsg; /* why envelope is quarantined */ member
|