chiark / gitweb /
stump: fix hideous bug where passlisting someone puts their whole From: line in the...
[modbot-ulm.git] / stump / bin / noAck
1 #!/bin/sh
2
3 set -e
4
5 if [ "x$@" = "x" ]; then
6
7   cat >> $MNG_ROOT/data/noack.list
8
9 else
10
11   echo $@ >> $MNG_ROOT/data/noack.list
12
13 fi