chiark
/
gitweb
/
~mdw
/
newsgate
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial check-in.
[newsgate]
/
bin
/
post
1
#! /bin/sh
2
3
set -e
4
. defs
5
6
[ $# = 1 ] || fail "usage: $0 TAG"
7
tag=$1
8
entry=`cdb -q groups.cdb "t:$tag"` || bad "unknown tag $tag"
9
set -- $entry
10
exec mailpost.newsgate -a $USER@`cat $QMAIL/control/me` -d mail mail.$2