addrcheck: Check incoming mail for valid mailbox names.
[newsgate] / .userv / rc
diff --git a/.userv/rc b/.userv/rc
new file mode 100644 (file)
index 0000000..5fee758
--- /dev/null
+++ b/.userv/rc
@@ -0,0 +1,15 @@
+### userv configuration for newsgate
+
+if ( glob calling-user qmaild
+   & ( glob service addrcheck:newsgate-default
+     | glob service addrcheck:newsgate-post-default
+     )
+   )
+       no-suppress-args
+       execute bin/addrcheck t
+elif ( glob calling-user qmaild
+     & glob service addrcheck:newsgate-mail-default
+     )
+       no-suppress-args
+       execute bin/addrcheck g
+fi