Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmci.c75 mci_cache(mci) in mci_cache() argument
76 register MCI *mci; in mci_cache()
85 mcislot = mci_scan(mci);
92 if (mci->mci_host == NULL)
96 if (bitset(MCIF_CACHED, mci->mci_flags))
105 mci, mci->mci_host, (int) (mcislot - MciCache));
109 (unsigned long) mci, mci->mci_host,
112 *mcislot = mci;
113 mci->mci_flags |= MCIF_CACHED;
131 register MCI *mci; local
[all …]
Dusersmtp.c65 smtpinit(m, mci, e, onlyhelo) in smtpinit() argument
67 register MCI *mci;
81 mci_dump(sm_debug_file(), mci, false);
90 CurHostName = mci->mci_host; /* XXX UGLY XXX */
94 state = mci->mci_state;
101 smtprset(m, mci, e);
113 smtpquit(m, mci, e);
126 mci->mci_state = MCIS_OPENING;
135 SmtpPhase = mci->mci_phase = "client greeting";
137 qid_printname(e), CurHostName, mci->mci_phase);
[all …]
Ddeliver.c1303 register MCI *volatile mci; local
1885 mci = NULL;
1926 mci = mci_get(m->m_name, m);
1927 if (mci->mci_host == NULL)
1928 mci->mci_host = m->m_name;
1929 CurHostName = mci->mci_host;
1930 if (mci->mci_state != MCIS_CLOSED)
1934 mci->mci_deliveries++;
1940 mci = mci_new(e->e_rpool);
1942 mci->mci_in = smioin;
[all …]
Dmime.c100 mime8to7(mci, header, e, boundaries, flags, level) in mime8to7() argument
101 register MCI *mci; in mime8to7()
319 mci->mci_flags |= MCIF_INMIME;
322 if (!putline("", mci))
324 mci->mci_flags &= ~MCIF_INHEADER;
332 if (!putxline(buf, blen, mci,
345 if (!putline(buf, mci))
351 putline("+++after collect", mci);
352 if (!putheader(mci, hdr, e, flags))
355 putline("+++after putheader", mci);
[all …]
Dsavemail.c756 errbody(mci, e, separator) in errbody() argument
757 register MCI *mci; in errbody()
771 if (bitset(MCIF_INHEADER, mci->mci_flags))
773 if (!putline("", mci))
775 mci->mci_flags &= ~MCIF_INHEADER;
780 if (!putline(" ----- Original message lost -----\n", mci))
792 if (!putline("This is a MIME-encapsulated message", mci) ||
793 !putline("", mci) ||
794 !putline(buf, mci) ||
795 !putline("", mci))
[all …]
Dheaders.c1685 putheader(mci, hdr, e, flags) in putheader() argument
1686 register MCI *mci; in putheader()
1697 mci->mci_mailer->m_name);
1705 if (!bitset(MCIF_INMIME, mci->mci_flags))
1706 mci->mci_flags |= MCIF_INHEADER;
1807 mci->mci_flags) &&
1815 if (bitset(MCIF_INMIME, mci->mci_flags))
1819 if (!put_vanilla_header(h, p, mci))
1825 !bitintersect(h->h_mflags, mci->mci_mailer->m_flags) &&
1879 if (!putline(obuf, mci))
[all …]
Dutil.c1001 putline(l, mci) in putline() argument
1003 register MCI *mci;
1005 return putxline(l, strlen(l), mci, PXLF_MAPFROM);
1050 if (sm_io_putc(mci->mci_out, SM_TIME_DEFAULT, \
1064 putxline(l, len, mci, pxflags) in putxline() argument
1067 register MCI *mci;
1075 strip8bit = bitset(MCIF_7BIT, mci->mci_flags) ||
1098 while (mci->mci_mailer->m_linelimit > 0 &&
1099 (p - l + slop) > mci->mci_mailer->m_linelimit)
1101 register char *q = &l[mci->mci_mailer->m_linelimit - slop - 1];
[all …]
Ddaemon.c2104 makeconnection(host, port, mci, e, enough) in makeconnection() argument
2107 register MCI *mci;
2254 SmtpPhase = mci->mci_phase = "initial connection";
2322 mci_setstat(mci, EX_NOHOST, "5.1.2", MsgBuf);
2383 mci_setstat(mci, EX_TEMPFAIL,
2406 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2434 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2508 mci_setstat(mci, EX_NOHOST, "5.1.2", NULL);
2544 if (bitnset(M_SECURE_PORT, mci->mci_mailer->m_flags))
2562 mci_setstat(mci, EX_TEMPFAIL, "4.4.5", NULL);
[all …]
DTRACEFLAGS54 42 mci.c mci_get
70 56 mci.c persistent host status
96 91 mci.c syslogging of MCI cache information
DMakefile39 mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c \
DREADME1815 mci.c Routines that handle mail connection information caching.
/mirbsd/src/gnu/usr.bin/cvs/
DAUTHORS74 Vince DeMarco <vdemarco@fdcsrvr.cs.mci.com>
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.8.1545 From: "Orton, Yves" <yves.orton@de.mci.com>
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES6914 <paul.wagner@mci.com>) - LP
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES10472 Save h_errno in mci struct and improve error message display.