summaryrefslogtreecommitdiff
path: root/mail/spamassassin/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/spamassassin/patches/patch-aa')
-rw-r--r--mail/spamassassin/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/spamassassin/patches/patch-aa b/mail/spamassassin/patches/patch-aa
new file mode 100644
index 00000000000..0361317f725
--- /dev/null
+++ b/mail/spamassassin/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2003/01/29 17:34:29 tron Exp $
+
+--- spamd/libspamc.c.orig 2002-10-15 17:22:49.000000000 +0200
++++ spamd/libspamc.c 2003-01-29 18:32:03.000000000 +0100
+@@ -309,7 +309,7 @@
+ case MESSAGE_BSMTP:
+ total=full_write(fd, m->pre, m->pre_len);
+ for(i=0; i<m->out_len; ){
+- for(j=0; i<m->out_len && j<sizeof(buffer)/sizeof(*buffer)-1; ){
++ for(j=0; i<m->out_len && j<sizeof(buffer)/sizeof(*buffer)-2; ){
+ if(i+1<m->out_len && m->out[i]=='\n' && m->out[i+1]=='.'){
+ buffer[j++]=m->out[i++];
+ buffer[j++]=m->out[i++];