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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dmain.c185 char *quarantining = NULL; /* quarantine queue items? */ local
969 case 'Q': /* change quarantining on queued items */
984 quarantining = newstr(optarg);
1509 if (quarantining != NULL)
2008 /* only handle quarantining here */
2009 if (quarantining == NULL)
2021 quarantine_queue(quarantining, qgrp);
2849 /* Check if quarantining stats should be updated */
3436 /* If -Q doesn't have an argument, disable quarantining */

Completed in 29 milliseconds