aboutsummaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-08-16 04:05:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-08-16 04:05:34 +0000
commite7a84bde51ac98d73afa783cc5d07183f49dee94 (patch)
treeeebd13bf8f44d7b8823ca83da430873a66729d89 /mail/procmail
parent2354b23356f9d0b461b3c8f8e41d546f6f268675 (diff)
downloadports-e7a84bde51ac98d73afa783cc5d07183f49dee94.tar.gz
ports-e7a84bde51ac98d73afa783cc5d07183f49dee94.zip
Better variant of .forward line, more close to original
Notes
Notes: svn path=/head/; revision=31679
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/files/patch-ag2
-rw-r--r--mail/procmail/files/patch-ah19
2 files changed, 11 insertions, 10 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");
diff --git a/mail/procmail/files/patch-ah b/mail/procmail/files/patch-ah
index b5ef4f81b646..576cc6efd696 100644
--- a/mail/procmail/files/patch-ah
+++ b/mail/procmail/files/patch-ah
@@ -1,22 +1,23 @@
---- man/procmail.man.bak Fri Nov 5 02:26:14 1999
-+++ man/procmail.man Wed Aug 16 05:08:06 2000
-@@ -690,17 +690,8 @@
+--- man/procmail.man.orig Fri Nov 5 02:26:14 1999
++++ man/procmail.man Wed Aug 16 07:57:55 2000
+@@ -690,17 +690,13 @@
.RE
.PP
@CF_procmail@
-In this case your $HOME/@DOT_FORWARD@ (beware, it
-.B has
--to be world readable) file should contain the line below. Be sure to include
++In this case your $HOME/@DOT_FORWARD@
+ to be world readable) file should contain the line below. Be sure to include
-the single and double quotes, and it
--.I must
--be an
--.I absolute
++the double quotes, and it
+ .I must
+ be an
+ .I absolute
-path. The \fB#\fP\fIYOUR_USERNAME\fP is not actually a parameter that is
-required by procmail, in fact, it will be discarded by sh before procmail ever
-sees it; it is however a necessary kludge against overoptimising sendmail
-programs:
-+In this case your $HOME/@DOT_FORWARD@
-+file should contain the line below:
++path:
.PP
.na
.nf