Package: opendkim
Version: 2.9.2-2
Severity: normal
Tags: patch

For the exact problem see 
https://sourceforge.net/p/opendkim/support-requests/30/

-- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages opendkim depends on:
ii  adduser            3.113+nmu3
ii  libbsd0            0.7.0-2
ii  libc6              2.19-18+deb8u6
ii  libdb5.3           5.3.28-9
ii  libldap-2.4-2      2.4.40+dfsg-1+deb8u2
ii  liblua5.1-0        5.1.5-7.1
ii  libmemcached11     1.0.18-4
ii  libmemcachedutil2  1.0.18-4
ii  libmilter1.0.1     8.14.4-8+deb8u1
ii  libopendbx1        1.4.6-8
ii  libopendkim9       2.9.2-2
ii  librbl1            2.9.2-2
ii  libssl1.0.0        1.0.1t-1+deb8u5
ii  libunbound2        1.4.22-3+deb8u2
ii  libvbr2            2.9.2-2
ii  lsb-base           4.1+Debian13+nmu1

opendkim recommends no packages.

Versions of packages opendkim suggests:
ii  opendkim-tools  2.9.2-2

-- Configuration Files:
/etc/opendkim.conf changed [not included]

-- no debconf information

-- Patch

Description: Increase max header size
 See https://sourceforge.net/p/opendkim/support-requests/30/
 .
 opendkim (2.9.2-2.1) UNRELEASED; urgency=medium
 .
   * Non-maintainer upload.
   * Increased allowed header size
Author: Patrik Schindler <p...@pocnet.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: other
Bug: https://sourceforge.net/p/opendkim/support-requests/30/
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <2016-09-24>

--- opendkim-2.9.2.orig/opendkim/opendkim.h
+++ opendkim-2.9.2/opendkim/opendkim.h
@@ -49,7 +49,7 @@
 #define        DEFCONFFILE     CONFIG_BASE "/opendkim.conf"
 #define        DEFFLOWDATATTL  86400
 #define        DEFINTERNAL     "csl:127.0.0.1,::1"
-#define        DEFMAXHDRSZ     65536
+#define        DEFMAXHDRSZ     262144
 #define        DEFMAXVERIFY    3
 #define        DEFTIMEOUT      5
 #define        HOSTUNKNOWN     "unknown-host"

Reply via email to