chiark / gitweb /
stump: fix hideous bug where passlisting someone puts their whole From: line in the...
[modbot-ulm.git] / stump / bin / submitFailed
1 #!/bin/bash
2
3 set -e
4
5 cd $MNG_ROOT/tmp
6
7 for i in failed*; do 
8   if $RNEWS < $i; then
9     /bin/rm $i
10   fi
11 done