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/procmail/files/patch-ag | |
parent | (1) Use USE_XPM instead of an explict LIB_DEPENDS to xpm for the (diff) |
Fix info about line must be placed in ~/.forward
Diffstat (limited to '')
-rw-r--r-- | mail/procmail/files/patch-ag | 11 |
1 files changed, 11 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"); |