pkgsrc/mail/qmail-run/files/qmail-procmail.sh
schmonz ffbd52e2d7 Cosmetic only:
* SUBST_FILES is already relative to ${WRKSRC}.
* s/@PREFIX@/@LOCALBASE@/ when running programs from other packages.
2007-02-08 09:04:48 +00:00

13 lines
362 B
Bash

#!@SH@
# Copyright (c) 1998-2001 Software in the Public Interest
# <http://www.debian.org/>
# Written by Philip Hands. Distributed under the GNU GPL.
# Modified slightly by Dave Sill.
@LOCALBASE@/bin/preline @LOCALBASE@/bin/procmail && exit 0
# check if procmail returned EX_TEMPFAIL (75)
[ $? = 75 ] && exit 111
# otherwise return a permanent error
exit 100