Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dmain.c108 static ENVELOPE MainEnvelope; /* the envelope around the basic letter */ variable
543 STRUCTCOPY(NullAddress, MainEnvelope.e_from);
1380 if (!SMTPUTF8 && MainEnvelope.e_smtputf8)
2129 CurEnv = newenvelope(&MainEnvelope, &BlankEnvelope,
2131 MainEnvelope.e_flags = BlankEnvelope.e_flags;
2149 macdefine(&(MainEnvelope.e_macro), A_PERM,
2164 testmodeline("/quit", &MainEnvelope);
2172 testmodeline(buf, &MainEnvelope);
2417 disconnect(2, &MainEnvelope);
2449 macdefine(&MainEnvelope.e_macro, A_TEMP,
[all …]