Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/libmilter/
H A Dmfdef.h33 # define MILTER_MDS_1M ((1024 * 1024) - 1) macro
/freebsd/contrib/sendmail/src/
H A Dmilter.c1641 MilterMaxDataSize != MILTER_MDS_1M)
1647 MILTER_MDS_1M);
1653 MilterMaxDataSize = MILTER_MDS_1M;
2430 else if (MilterMaxDataSize == MILTER_MDS_1M)
2562 if (MilterMaxDataSize != MILTER_MDS_1M)
2563 MDSWARNING(MILTER_MDS_1M);
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c927 (void) smfi_setmaxdatasize(MILTER_MDS_1M);