Searched refs:MAXFILTERMACROS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Dconf.h90 # define MAXFILTERMACROS 50 /* max # of macros per milter cmd */ macro
H A Dmilter.c90 static char *MilterMacros[SMFIM_LAST + 1][MAXFILTERS + 1][MAXFILTERMACROS + 1];
1531 if (nummac >= MAXFILTERMACROS)
1534 name, MAXFILTERMACROS);

Completed in 122 milliseconds