chiark / gitweb /
Found in chiark:/etc/userv/services.d
[userv-utils.git] / misc / mailq
diff --git a/misc/mailq b/misc/mailq
new file mode 100644 (file)
index 0000000..73f9fbf
--- /dev/null
@@ -0,0 +1,9 @@
+if ( grep calling-user-shell /etc/shells
+   & glob service-user mail
+   )
+       reset
+       no-set-environment
+       suppress-args
+       disconnect-hup
+       execute sendmail -bp
+fi