[exim-dev] [Bug 2016] DKIM bodyhash mismatch on Gmail > 64kB

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2016] DKIM bodyhash mismatch on Gmail > 64kB
https://bugs.exim.org/show_bug.cgi?id=2016

--- Comment #11 from Leonhard Knauff <lk@???> ---
(In reply to Heiko Schlittermann from comment #10)
> (In reply to Leonhard Knauff from comment #9)
> > Please,
> > for very good old Solaris ;-) :
> >
> >
> >
> > -- diff macros.h.489-2016 macros.h.489-2016-LK
> > 21a22,25
> > > /* Minimum of two items */
> > > #ifndef MIN
> > > # define MIN(a,b) ((a) < (b) ? (a) : (b))
> > > #endif
>
> src/OS/os.h-SunOS5 contains it, since 0d28287c (Jan, 24th).
> Which OS header do you include?


Sorry: solved: you are right.

I adapted the changes manually to the orig exim-4.88.tar.gz (to a copy tree
of "exim-4.88/"), and there was the old "src/OS/os.h-SunOS5" from Dec.2016
. :-((((

"test/exim-4.89_RC1.tar.gz" is right. :-))

--
You are receiving this mail because:
You are on the CC list for the bug.