chiark / gitweb /
Update VERSION
[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