chiark / gitweb /
ipif: Introduce eat_optionalstr (and make protocol optional)
[userv-utils.git] / misc / mailq
1 if ( grep calling-user-shell /etc/shells
2    & glob service-user mail
3    )
4         reset
5         no-set-environment
6         suppress-args
7         disconnect-hup
8         execute sendmail -bp
9 fi