diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-16 01:28:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-08-16 01:28:22 +0000 |
commit | 182ff01f6bd78d922d7cd5af11e160a70661b6d9 (patch) | |
tree | 9aa9baea319a4e9e2e36cfa658877ac418e056a1 /mail | |
parent | 48588e30482f5203190e45254f080a929fec20bb (diff) | |
download | ports-182ff01f6bd78d922d7cd5af11e160a70661b6d9.tar.gz ports-182ff01f6bd78d922d7cd5af11e160a70661b6d9.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/files/patch-ag | 11 | ||||
-rw-r--r-- | mail/procmail/files/patch-ah | 22 |
2 files changed, 33 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-ag b/mail/procmail/files/patch-ag new file mode 100644 index 000000000000..b9e80da0f78b --- /dev/null +++ b/mail/procmail/files/patch-ag @@ -0,0 +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\""); + #else +- ps("FW_content","\"|exec @BINDIR@/procmail\""); ++ ps("FW_content","|@BINDIR@/procmail"); + #endif + #else + ps("DOT_FORWARD",".maildelivery"); diff --git a/mail/procmail/files/patch-ah b/mail/procmail/files/patch-ah new file mode 100644 index 000000000000..b5ef4f81b646 --- /dev/null +++ b/mail/procmail/files/patch-ah @@ -0,0 +1,22 @@ +--- 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 @@ + .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 +-the single and 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: + .PP + .na + .nf |