Home
last modified time | relevance | path

Searched refs:QueueSortOrder (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dqueue.c1736 if (QueueSortOrder == QSO_BYHOST)
1795 if (QueueSortOrder == QSO_BYPRIORITY)
2203 if (QueueSortOrder == QSO_BYHOST)
2685 if ((QueueSortOrder == QSO_BYFILENAME ||
2686 QueueSortOrder == QSO_BYMODTIME ||
2687 QueueSortOrder == QSO_NONE ||
2688 QueueSortOrder == QSO_RANDOM) &&
2738 if (QueueSortOrder == QSO_BYHOST
2740 || QueueSortOrder == QSO_BYSHUFFLE
2825 if (QueueSortOrder == QSO_BYSHUFFLE)
[all …]
Dreadcf.c3105 QueueSortOrder = QSO_BYFILENAME;
3110 QueueSortOrder = QSO_BYHOST;
3115 QueueSortOrder = QSO_BYMODTIME;
3120 QueueSortOrder = QSO_BYPRIORITY;
3125 QueueSortOrder = QSO_BYTIME;
3130 QueueSortOrder = QSO_RANDOM;
3136 QueueSortOrder = QSO_BYSHUFFLE;
3142 QueueSortOrder = QSO_NONE;
Dsendmail.h2054 EXTERN int QueueSortOrder; /* queue sorting order algorithm */ variable
/mirbsd/src/gnu/usr.sbin/sendmail/
DRELEASE_NOTES675 Avoid opening qf files if QueueSortOrder is "none". Patch from
1659 Avoid problems with QueueSortOrder=random due to problems with
2476 QueueSortOrder=Random sorts the queue randomly, which is useful if
2478 QueueSortOrder=Modification sorts the queue by the modification time
3276 When QueueSortOrder was set to host, sendmail might not read
3429 Prevent QueueSortOrder=Filename from interfering with -qR, -qS, and
3987 QueueSortOrder=Filename will sort the queue by filename. This
4382 Improve QueueSortOrder=Host by reversing the hostname before
5755 Sorting for QueueSortOrder=host is now case insensitive. Patch
7331 Add new value "time" for QueueSortOrder option; this causes the queue
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/cf/m4/
Dproto.m4387 _OPTION(QueueSortOrder, `confQUEUE_SORT_ORDER', `priority')
/mirbsd/src/gnu/usr.sbin/sendmail/cf/
DREADME3990 confQUEUE_SORT_ORDER QueueSortOrder [Priority] Queue sort algorithm: