Home
last modified time | relevance | path

Searched refs:MILTER_MDS_64K (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/include/libmilter/
H A Dmfdef.h31 # define MILTER_MDS_64K ((64 * 1024) - 1) macro
/freebsd/contrib/sendmail/src/
H A Dmilter.c1639 if (MilterMaxDataSize != MILTER_MDS_64K &&
1646 MILTER_MDS_64K, MILTER_MDS_256K,
1648 if (MilterMaxDataSize < MILTER_MDS_64K)
1649 MilterMaxDataSize = MILTER_MDS_64K;
2578 else if (MilterMaxDataSize != MILTER_MDS_64K)
2579 MDSWARNING(MILTER_MDS_64K);