addrcheck: Take the domain as following the last `@', not the first.
[qmail] / mailsubj.sh
CommitLineData
2117e02e
MW
1subject="$1"
2shift
3( echo Subject: "$subject"
4 echo To: ${1+"$@"}
5 echo ''
6 cat
9312c29d 7) | /usr/sbin/qmail-inject