Home
last modified time | relevance | path

Searched refs:MILTER_MDS_256K (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/include/libmilter/
H A Dmfdef.h32 # define MILTER_MDS_256K ((256 * 1024) - 1) macro
/freebsd/contrib/sendmail/src/
H A Dmilter.c1640 MilterMaxDataSize != MILTER_MDS_256K &&
1646 MILTER_MDS_64K, MILTER_MDS_256K,
1650 else if (MilterMaxDataSize < MILTER_MDS_256K)
1651 MilterMaxDataSize = MILTER_MDS_256K;
2428 if (MilterMaxDataSize == MILTER_MDS_256K)
2567 if (MilterMaxDataSize != MILTER_MDS_256K)
2568 MDSWARNING(MILTER_MDS_256K);
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c932 (void) smfi_setmaxdatasize(MILTER_MDS_256K);