Searched refs:mci_flags (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | usersmtp.c | 191 mci->mci_flags |= MCIF_ESMTP; 206 mci->mci_flags &= ~MCIF_HELO; 213 else if (bitset(MCIF_ESMTP, mci->mci_flags) && 224 mci->mci_flags |= MCIF_HELO; 237 if (bitset(MCIF_ESMTP, mci->mci_flags) && 241 mci->mci_flags &= ~MCIF_ESMTP; 277 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags)) 338 mci->mci_flags |= MCIF_ESMTP; 349 mci->mci_flags |= MCIF_8BITOK; 470 else if (bitset(MCIF_HELO, mci->mci_flags)) [all …]
|
H A D | mime.c | 320 mci->mci_flags |= MCIF_INMIME; 325 mci->mci_flags &= ~MCIF_INHEADER; 368 mci->mci_flags &= ~MCIF_INMIME; 411 mci->mci_flags |= MCIF_INMIME; 425 mci->mci_flags &= ~MCIF_INMIME; 506 mci->mci_flags) && 526 mci->mci_flags &= ~MCIF_INHEADER; 530 if (!bitset(MCIF_INLONGLINE, mci->mci_flags)) 558 mci->mci_flags &= ~MCIF_INHEADER; 628 mci->mci_flags &= ~MCIF_INHEADER; [all …]
|
H A D | mci.c | 100 if (bitset(MCIF_CACHED, mci->mci_flags)) 117 mci->mci_flags |= MCIF_CACHED; 229 mci->mci_flags &= ~MCIF_CACHED; 248 mci->mci_flags = 0; 312 mci->mci_flags &= ~MCIF_EXTENS; 341 if (bitset(MCIF_AUTHACT, mci->mci_flags)) 345 if (bitset(MCIF_TLSACT, mci->mci_flags) && mci->mci_ssl != NULL) 350 mci->mci_flags &= MCIF_CACHED; 390 mci->mci_flags &= ~MCIF_NOTSTICKY; 419 host, m->m_name, mci->mci_state, mci->mci_flags, [all …]
|
H A D | deliver.c | 2734 else if (bitset(MCIF_ESMTP, mci->mci_flags)) 3547 mci->mci_flags |= MCIF_7BIT; 3574 if (DONE_STARTTLS(mci->mci_flags)) 3606 if (!DONE_STARTTLS(mci->mci_flags)) 3682 smtpinit(m, mci, e, ONLY_HELO(mci->mci_flags)); 3683 CLR_HELO(mci->mci_flags); 3692 if (!bitset(MCIF_DLVR_BY, mci->mci_flags)) 3721 !DONE_STARTTLS(mci->mci_flags)) 3730 usetls = bitset(MCIF_TLS, mci->mci_flags) || implicittls; 3762 mci->mci_flags |= MCIF_TLSACT; [all …]
|
H A D | headers.c | 1780 if (!bitset(MCIF_INMIME, mci->mci_flags)) 1781 mci->mci_flags |= MCIF_INHEADER; 1885 mci->mci_flags) && 1893 if (bitset(MCIF_INMIME, mci->mci_flags)) 1995 !bitset(MCIF_CVT8TO7|MCIF_CVT7TO8|MCIF_INMIME, mci->mci_flags) && 2265 mci->mci_flags |= MCIF_NOTSTICKY;
|
H A D | util.c | 1220 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) || 1304 !bitset(MCIF_INLONGLINE, mci->mci_flags)) 1320 !bitset(MCIF_INLONGLINE, mci->mci_flags)) 1341 mci->mci_flags &= ~MCIF_INLONGLINE; 1350 mci->mci_flags |= MCIF_INLONGLINE;
|
H A D | savemail.c | 431 mcibuf.mci_flags |= MCIF_7BIT; 829 if (bitset(MCIF_INHEADER, mci->mci_flags)) 833 mci->mci_flags &= ~MCIF_INHEADER;
|
H A D | queue.c | 6886 mci->mci_flags |= MCIF_OCC_INCR; 6918 bitset(MCIF_CACHED, mci->mci_flags) || 6919 !bitset(MCIF_OCC_INCR, mci->mci_flags)) 6921 mci->mci_flags &= ~MCIF_OCC_INCR;
|
H A D | sendmail.h | 867 unsigned long mci_flags; /* flag bits, see below */ variable
|