chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
addrcheck: Don't spew userv error messages at SMTP clients.
[qmail]
/
mailsubj.sh
1
subject="$1"
2
shift
3
( echo Subject: "$subject"
4
echo To: ${1+"$@"}
5
echo ''
6
cat
7
) | /usr/sbin/qmail-inject