diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-27 09:53:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-27 09:53:25 +0000 |
commit | c1997a807be3f623726f8ecd77d2d9df47e320ac (patch) | |
tree | 0b08037cf5298750a41a524690603b860e6d895b /mail/procmail/files/patch-ag | |
parent | Turn Ratfor loose on the world. (diff) |
Upgrade to 3.15
Diffstat (limited to '')
-rw-r--r-- | mail/procmail/files/patch-ag | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/procmail/files/patch-ag b/mail/procmail/files/patch-ag index 81a3012d1ed9..1ec12acc25bd 100644 --- a/mail/procmail/files/patch-ag +++ b/mail/procmail/files/patch-ag @@ -1,11 +1,11 @@ ---- src/manconf.c.bak Thu Apr 22 09:07:10 1999 -+++ src/manconf.c Wed Aug 16 05:05:37 2000 -@@ -136,7 +136,7 @@ - ps("FW_content","\"|IFS=' '&&p=@BINDIR@/procmail&&test -f $p&&exec $p -Yf-||\ - exit 75 \2fB#\2fP\2fIYOUR_USERNAME\2fP\""); +--- src/manconf.c.orig Fri Aug 25 11:04:33 2000 ++++ src/manconf.c Sun Aug 27 13:12:55 2000 +@@ -140,7 +140,7 @@ + sh before procmail ever sees it; it is however a necessary kludge against\1\ + overoptimising sendmail programs:\1"); #else - ps("FW_content","\"|exec @BINDIR@/procmail\""); + ps("FW_content","\"|exec @BINDIR@/procmail || exit 75\""); + ps("FW_comment",""); #endif #else - ps("DOT_FORWARD",".maildelivery"); |