Searched refs:MainEnvelope (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sendmail/src/ |
| H A D | main.c | 108 static ENVELOPE MainEnvelope; /* the envelope around the basic letter */ variable 541 STRUCTCOPY(NullAddress, MainEnvelope.e_from); 1381 if (!SMTP_UTF8 && MainEnvelope.e_smtputf8) 2128 CurEnv = newenvelope(&MainEnvelope, &BlankEnvelope, 2130 MainEnvelope.e_flags = BlankEnvelope.e_flags; 2148 macdefine(&(MainEnvelope.e_macro), A_PERM, 2163 testmodeline("/quit", &MainEnvelope); 2171 testmodeline(buf, &MainEnvelope); 2416 disconnect(2, &MainEnvelope); 2448 macdefine(&MainEnvelope.e_macro, A_TEMP, [all …]
|