Searched refs:MAXMAILERS (Results 1 – 8 of 8) sorted by relevance
32 long stat_nf[MAXMAILERS]; /* # msgs from each mailer */33 long stat_bf[MAXMAILERS]; /* kbytes from each mailer */34 long stat_nt[MAXMAILERS]; /* # msgs to each mailer */35 long stat_bt[MAXMAILERS]; /* kbytes to each mailer */36 long stat_nr[MAXMAILERS]; /* # rejects by each mailer */37 long stat_nd[MAXMAILERS]; /* # discards by each mailer */38 long stat_nq[MAXMAILERS]; /* # quarantines by each mailer */
30 #ifndef MAXMAILERS31 # define MAXMAILERS 25 /* maximum mailers known to system */ macro
64 char mtable[MAXMAILERS][MNAMELEN + 1];191 if (mno >= MAXMAILERS)195 MAXMAILERS);213 for (; mno < MAXMAILERS; mno++)294 for (i = 0; i < MAXMAILERS; i++)
173 for (i = 0; i < MAXMAILERS; i++)
1390 static char frst[MAXMAILERS + 1];1413 frst[MAXMAILERS] = '\0'; in setupdynmailers()1475 idx += MAXMAILERS;1869 if (nextmailer >= MAXMAILERS)1871 syserr("too many mailers defined (%d max)", MAXMAILERS);
693 EXTERN MAILER *Mailer[MAXMAILERS * 2 + 1];695 EXTERN MAILER *Mailer[MAXMAILERS + 1];
557 if (m->m_mno < 0 || m->m_mno > MAXMAILERS)
2117 for (i = 0; i < MAXMAILERS; i++)4333 for (i = 0; i < MAXMAILERS; i++)