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

/freebsd-12-stable/contrib/sendmail/include/libmilter/
H A Dmfdef.h31 # define MILTER_MDS_64K ((64 * 1024) - 1) macro
/freebsd-12-stable/contrib/sendmail/src/
H A Dmilter.c1638 if (MilterMaxDataSize != MILTER_MDS_64K &&
1645 MILTER_MDS_64K, MILTER_MDS_256K,
1647 if (MilterMaxDataSize < MILTER_MDS_64K)
1648 MilterMaxDataSize = MILTER_MDS_64K;
2545 else if (MilterMaxDataSize != MILTER_MDS_64K)
2546 MDSWARNING(MILTER_MDS_64K);

Completed in 167 milliseconds