]>
git.sthu.org Git - smailq.git/blob - sendmail
3 # Copyright (c) 2013 Stefan Huber <shuber@sthu.org>
7 CMD
="$(dirname $0)/smailq"
13 A wrapper script for smailq that behaves like sendmail.
16 $0 [OPTIONS] [recipient ...]
19 It simply calls '$CMD --send -- [OPTIONS] [recipient ...]'. In
20 particular, it passes all options as MSA options to smailq.
26 while [ $# -gt "0" ]; do
27 if [ "$1" == "-bp" ]; then
35 if [ "$list" = "1" ]; then
38 smailq
--send -- "${options[@]}"