Symbol: smtp
usr/src/cmd/sendmail/src/main.c
2661
smtp(nullserver, *p_flags, &MainEnvelope);
usr/src/cmd/sendmail/src/sendmail.h
2429
extern void smtp __P((char *volatile, BITMAP256, ENVELOPE *volatile));
usr/src/cmd/sendmail/src/srvrsmtp.c
1000
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
1010
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
1151
smtp.sm_quarmsg = NULL;
usr/src/cmd/sendmail/src/srvrsmtp.c
1153
smtp.sm_quarmsg = newstr(e->e_quarmsg);
usr/src/cmd/sendmail/src/srvrsmtp.c
1160
smtp.sm_gotmail = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
1205
if (LogLevel > (smtp.sm_gotmail ? 1 : 19))
usr/src/cmd/sendmail/src/srvrsmtp.c
1637
if (smtp.sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
1824
if (smtp.sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
2131
if (gothello || smtp.sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
2135
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2150
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
2159
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
2171
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
2183
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
2202
if (smtp.sm_quarmsg == NULL &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2204
smtp.sm_quarmsg = newstr(e->e_quarmsg);
usr/src/cmd/sendmail/src/srvrsmtp.c
2288
if (smtp.sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
2353
smtp.sm_nrcpts = 0;
usr/src/cmd/sendmail/src/srvrsmtp.c
2503
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2517
smtp.sm_gotmail = true;
usr/src/cmd/sendmail/src/srvrsmtp.c
2549
smtp.sm_e_nrcpts_orig = e->e_nrcpts;
usr/src/cmd/sendmail/src/srvrsmtp.c
2564
smtp.sm_nrcpts == 0 ||
usr/src/cmd/sendmail/src/srvrsmtp.c
2566
(smtp.sm_nrcpts + n_badrcpts) >=
usr/src/cmd/sendmail/src/srvrsmtp.c
2605
if (!smtp.sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
2618
smtp.sm_nrcpts >= MaxRcptPerMsg)
usr/src/cmd/sendmail/src/srvrsmtp.c
2642
if (!(smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2644
(smtp.sm_milters.mis_flags &
usr/src/cmd/sendmail/src/srvrsmtp.c
2752
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2801
if (smtp.sm_nrcpts == 0)
usr/src/cmd/sendmail/src/srvrsmtp.c
2806
smtp.sm_nrcpts++;
usr/src/cmd/sendmail/src/srvrsmtp.c
2835
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2875
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
2881
if (smtp.sm_e_nrcpts_orig < e->e_nrcpts)
usr/src/cmd/sendmail/src/srvrsmtp.c
2882
e->e_nrcpts = smtp.sm_e_nrcpts_orig;
usr/src/cmd/sendmail/src/srvrsmtp.c
2891
if (!smtp_data(&smtp, e))
usr/src/cmd/sendmail/src/srvrsmtp.c
3137
if (smtp.sm_nrcpts > 0)
usr/src/cmd/sendmail/src/srvrsmtp.c
3265
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
3332
smtp_data(smtp, e)
usr/src/cmd/sendmail/src/srvrsmtp.c
3333
SMTP_T *smtp;
usr/src/cmd/sendmail/src/srvrsmtp.c
3350
if (!smtp->sm_gotmail)
usr/src/cmd/sendmail/src/srvrsmtp.c
3355
else if (smtp->sm_nrcpts <= 0)
usr/src/cmd/sendmail/src/srvrsmtp.c
3360
(void) sm_snprintf(buf, sizeof(buf), "%u", smtp->sm_nrcpts);
usr/src/cmd/sendmail/src/srvrsmtp.c
3367
if (smtp->sm_milterlist && smtp->sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
3453
if (smtp->sm_discard)
usr/src/cmd/sendmail/src/srvrsmtp.c
3490
if (smtp->sm_milterlist && smtp->sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
3563
if (smtp->sm_milterlist && smtp->sm_milterize)
usr/src/cmd/sendmail/src/srvrsmtp.c
3839
smtp->sm_gotmail = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
3872
if (smtp->sm_quarmsg == NULL)
usr/src/cmd/sendmail/src/srvrsmtp.c
3879
e->e_quarmsg = sm_rpool_strdup_x(e->e_rpool, smtp->sm_quarmsg);
usr/src/cmd/sendmail/src/srvrsmtp.c
471
if (smtp.sm_nrcpts > 0) \
usr/src/cmd/sendmail/src/srvrsmtp.c
474
smtp.sm_nrcpts = 0; \
usr/src/cmd/sendmail/src/srvrsmtp.c
490
smtp.sm_gotmail = false; \
usr/src/cmd/sendmail/src/srvrsmtp.c
499
if (smtp.sm_discard) \
usr/src/cmd/sendmail/src/srvrsmtp.c
503
if (smtp.sm_quarmsg == NULL) \
usr/src/cmd/sendmail/src/srvrsmtp.c
512
smtp.sm_quarmsg); \
usr/src/cmd/sendmail/src/srvrsmtp.c
576
SMTP_T smtp;
usr/src/cmd/sendmail/src/srvrsmtp.c
648
smtp.sm_nrcpts = 0;
usr/src/cmd/sendmail/src/srvrsmtp.c
650
smtp.sm_milterize = (nullserver == NULL);
usr/src/cmd/sendmail/src/srvrsmtp.c
651
smtp.sm_milterlist = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
681
smtp.sm_discard = bitset(EF_DISCARD, e->e_flags);
usr/src/cmd/sendmail/src/srvrsmtp.c
927
if (smtp.sm_milterize)
usr/src/cmd/sendmail/src/srvrsmtp.c
932
smtp.sm_milterlist = milter_init(e, &state, &smtp.sm_milters);
usr/src/cmd/sendmail/src/srvrsmtp.c
941
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
949
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
957
smtp.sm_milterize = false;
usr/src/cmd/sendmail/src/srvrsmtp.c
968
if (smtp.sm_milterlist && smtp.sm_milterize &&
usr/src/cmd/sendmail/src/srvrsmtp.c
990
smtp.sm_milterize = false;