X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=inews.INO;h=99c750a1ee926bbbfa4651a6b3fb20492798d713;hb=9ed3078a8d54c699fe681120e9f0de7ab857babf;hp=1b8892ff383818808a65b26d06bb3aee284d83ba;hpb=ce1dd391f89ea63bd72f48a3f15c147d239fa70d;p=modbot-ulm.git diff --git a/inews.INO b/inews.INO index 1b8892f..99c750a 100755 --- a/inews.INO +++ b/inews.INO @@ -1,9 +1,6 @@ #!/bin/sh set -e -#real=false -real=true - export NNTPSERVER=nnrp.chiark.greenend.org.uk export NNTPAUTH='md5cookie1way chiark' @@ -17,11 +14,11 @@ set +e output=` set -e exec 2>&1 - if $real; then + if [ x%DIVERTPOSTINGS% = x ]; then inews -h -Q -R <$tf else (set -e - echo "Newsgroups: %TESTGROUP%" + echo "Newsgroups: %DIVERTPOSTINGS%" sed 's/^Newsgroups:/X-Would-Newsgroups:/' $tf) | inews -h fi `