chiark / gitweb /
Big changes to fully configure for group
[modbot-mtm.git] / stump / etc / conforms_charter
diff --git a/stump/etc/conforms_charter b/stump/etc/conforms_charter
new file mode 100755 (executable)
index 0000000..71e7985
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# This script checks whether the article conforms to the charter.
+# It accepts the article from stdin.
+#
+# should be individual for every newsgroup
+#
+
+if isbinary ; then
+  exit 1 # does NOT conform
+fi
+
+exit 0 # conforms