Home
last modified time | relevance | path

Searched refs:e_quarmsg (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Denvelope.c119 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 Dsrvrsmtp.c867 e->e_quarmsg = NULL; \
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)
4642 ee->e_quarmsg != NULL)
4695 ee->e_quarmsg != NULL)
4715 e->e_quarmsg = NULL;
[all …]
H A Dmilter.c116 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 Ddeliver.c466 e->e_quarmsg != NULL)
470 e->e_quarmsg);
522 if (e->e_quarmsg != NULL)
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));
5671 if (e->e_quarmsg != NULL)
[all …]
H A Dqueue.c656 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 Dparseaddr.c3266 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 Dmain.c2974 if (MainEnvelope.e_quarmsg != NULL)
3122 CurEnv->e_quarmsg = NULL;
H A Dsendmail.h1146 char *e_quarmsg; /* why envelope is quarantined */ member