summaryrefslogtreecommitdiff
path: root/mail/qmail-run/files/qmail-procmail.sh
blob: cfeec7d02d27f7e9412dec4145e2402fbf24d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!@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.

@PREFIX@/bin/preline @PREFIX@/bin/procmail && exit 0

# check if procmail returned EX_TEMPFAIL (75)
[ $? = 75 ] && exit 111

# otherwise return a permanent error
exit 100