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

/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c186 char *quarantining = NULL; /* quarantine queue items? */ local
979 case 'Q': /* change quarantining on queued items */
994 quarantining = newstr(optarg);
1519 if (quarantining != NULL)
2019 /* only handle quarantining here */
2020 if (quarantining == NULL)
2032 quarantine_queue(quarantining, qgrp);
2915 /* Check if quarantining stats should be updated */
3514 /* If -Q doesn't have an argument, disable quarantining */

Completed in 57 milliseconds