chiark / gitweb /
strip out some system headers, caused trouble during my testing
[modbot-mtm.git] / stump / etc / conforms_charter
1 #!/bin/sh
2 #
3 # This script checks whether the article conforms to the charter.
4 # It accepts the article from stdin.
5 #
6 # should be individual for every newsgroup
7 #
8
9 if isbinary ; then
10   exit 1 # does NOT conform
11 fi
12
13 exit 0 # conforms