diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-16 04:05:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-16 04:05:34 +0000 |
commit | e7a84bde51ac98d73afa783cc5d07183f49dee94 (patch) | |
tree | eebd13bf8f44d7b8823ca83da430873a66729d89 /mail/procmail/files/patch-ag | |
parent | welcome postfix-current, to track the non-official-release-but-good-quality (diff) |
Better variant of .forward line, more close to original
Diffstat (limited to '')
-rw-r--r-- | mail/procmail/files/patch-ag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/procmail/files/patch-ag b/mail/procmail/files/patch-ag index b9e80da0f78b..81a3012d1ed9 100644 --- a/mail/procmail/files/patch-ag +++ b/mail/procmail/files/patch-ag @@ -5,7 +5,7 @@ exit 75 \2fB#\2fP\2fIYOUR_USERNAME\2fP\""); #else - ps("FW_content","\"|exec @BINDIR@/procmail\""); -+ ps("FW_content","|@BINDIR@/procmail"); ++ ps("FW_content","\"|exec @BINDIR@/procmail || exit 75\""); #endif #else ps("DOT_FORWARD",".maildelivery"); |