Replaced spost with script that exec's post -mts sendmail/pipe.
[mmh] / uip / spost.in
1 #! /bin/sh
2 #
3 # spost -- delivers a message to local sendmail using its -t option
4 #
5 # This code is Copyright (c) 2012, by the authors of nmh.  See the
6 # COPYRIGHT file in the root directory of the nmh distribution for
7 # complete copyright information.
8 #
9 # Emulates old spost(8) using post(8).
10
11 prefix='@prefix@'
12 exec_prefix="@exec_prefix@"
13 exec "@libdir@/post" -mts sendmail/pipe "$@"