aboutsummaryrefslogtreecommitdiffstats
path: root/mail/procmail/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-08-03 09:45:58 +0800
committerache <ache@FreeBSD.org>2003-08-03 09:45:58 +0800
commitc571ea7da390198d6572378ada9a419ffac2a191 (patch)
tree89f96f952511d8afd7d41429c636dbff3008a617 /mail/procmail/files
parentf362d1b9b2c48c555336e5bacbeb879e968da2fb (diff)
downloadfreebsd-ports-gnome-c571ea7da390198d6572378ada9a419ffac2a191.tar.gz
freebsd-ports-gnome-c571ea7da390198d6572378ada9a419ffac2a191.tar.zst
freebsd-ports-gnome-c571ea7da390198d6572378ada9a419ffac2a191.zip
Fix searching body alone
Submitted by: James Quick <jq@quick.com>
Diffstat (limited to 'mail/procmail/files')
-rw-r--r--mail/procmail/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-ai b/mail/procmail/files/patch-ai
new file mode 100644
index 000000000000..a267f97e9f87
--- /dev/null
+++ b/mail/procmail/files/patch-ai
@@ -0,0 +1,11 @@
+--- src/procmail.c.bak Tue Sep 11 08:59:14 2001
++++ src/procmail.c Sun Aug 3 05:34:55 2003
+@@ -652,7 +652,7 @@
+ nrcond= -1;
+ if(tolock) /* clear temporary buffer for lockfile name */
+ free(tolock);
+- for(i=maxindex(flags);i;i--) /* clear the flags */
++ for(i=maxindex(flags);i>=0;i--) /* clear the flags */
+ flags[i]=0;
+ for(tolock=0,locknext=0;;)
+ { chp=skpspace(chp);