summaryrefslogtreecommitdiff
path: root/misc/mailq
blob: 73f9fbf30e0ed2d67f1f82135a2eee5bbbdbb5d2 (plain)
1
2
3
4
5
6
7
8
9
if ( grep calling-user-shell /etc/shells
   & glob service-user mail
   )
	reset
	no-set-environment
	suppress-args
	disconnect-hup
	execute sendmail -bp
fi