]> diplodocus.org Git - nmh/blob - uip/spost.in
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / 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 "@libexecdir@/nmh/post" -mts sendmail/pipe "$@"