X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=stump%2Fetc%2Fconforms_charter;fp=stump%2Fetc%2Fconforms_charter;h=71e798546cf57800fd1e17bed9dc18e8cb7cabef;hb=dba7b54b3cc0c7f2a56ec6da37ac86bc80756b4a;hp=0000000000000000000000000000000000000000;hpb=c976d4ac6f226fe30c69580ddb9acf952b67893e;p=modbot-mtm.git diff --git a/stump/etc/conforms_charter b/stump/etc/conforms_charter new file mode 100755 index 0000000..71e7985 --- /dev/null +++ b/stump/etc/conforms_charter @@ -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