summaryrefslogtreecommitdiff
path: root/mail/dspam/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-04 18:43:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-04 18:43:30 +0000
commit1b4430531ebc10309a4c12e2688229ee3d10331a (patch)
tree1c30130d01aaf7588aaa7351d4a466761daa679f /mail/dspam/files
parent- Add WITH_OPENGL knob to turn on OpenGL 3D graphics (diff)
- Update to 2.10.6
- Add a lot of new OPTIONS - Fix plist for MySQL option - Make userdir configurable - Make signature life configurable - Add patch to fix delivering to LDA PR: ports/65384, ports/66199 Submitted by: Rob Evers <rob@debank.tv> (maintainer) Ion-Mihai Tetcu, Andreas Klemm
Notes
Notes: svn path=/head/; revision=108392
Diffstat (limited to 'mail/dspam/files')
-rw-r--r--mail/dspam/files/patch-dspam.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dspam/files/patch-dspam.c b/mail/dspam/files/patch-dspam.c
new file mode 100644
index 000000000000..8bfb29d8adc2
--- /dev/null
+++ b/mail/dspam/files/patch-dspam.c
@@ -0,0 +1,17 @@
+--- dspam.c.orig Fri Apr 2 18:34:35 2004
++++ dspam.c Mon Apr 26 23:59:03 2004
+@@ -2422,12 +2422,12 @@
+ i++;
+ }
+ }
+- arg = strsep (&margs, " ");
+-
++
+ if (arg != NULL) {
+ strlcat (args, a, sizeof(args));
+ strlcat (args, " ", sizeof (args));
+ }
++ arg = strsep (&margs, " ");
+ }
+ free (mmargs);
+