Re: [exim-dev] [exim] Bad Header - Bad Form

Top Page
Delete this message
Reply to this message
Author: Todd Lyons
Date:  
To: exim-dev
Subject: Re: [exim-dev] [exim] Bad Header - Bad Form
On Thu, Jun 7, 2012 at 10:17 AM, Phil Pennock <pdp@???> wrote:
> On 2012-06-07 at 09:23 -0700, Todd Lyons wrote:
>> What do you think about setting +smtp_confirmation as a default value?
> Realistically, +smtp_confirmation is the one there which is most useful
> for diagnostics for helping others, so I can see that we could turn that
> on without starting down a slippery slope.


Turning this on by default is a one line change in macros.h. That
part is easy. But it also means updates are required to lots of
logfiles for tests:
15, 33, 36, 39, 55, 100, 101, 108, 143, 177, 179, 185, 190, 191, 203,
209, 210, 215, 216, 217, 218, 231, 242, 253, 261, 286, 288, 292, 299,
315, 332, 333, 341, 360, 363, 367, 374, 375, 431, 440, 461, 467, 478,
492, 495, 531, 543, 552, 553, 554, 561, 565, 1003, 2100, 2108, 2110,
2111, 2112, 2113, 2117, 2120, 2121, 2125, 2126, 2127, 2149, 3401,
3404, 3405, 3412, 3461, 3462, 3465, 3501, 3600, 5400, 5401

That seems like a long list. Anybody uncomfortable with that long of a list?

Untested on:
GnuTLS, plain-text GnuTLS, cut-through GnuTLS
cdb, dsearch, sqlite, testdb
translate-ip
lmtp
ClamAV, LDAP, MySQL, Cyrus SASL, Dovecot

As always, unrelated to this change, tests that fail seemingly for me alone:
152 - Three extra Sender lines
358 - Retry times are +2 instead of +1 ????
373 - Sock error on test #7
393 - Broken pipe (this one is new?)
548 - Retry times are out of order (+1 and +5)
1008 - my ipv6 localhost is messed up?
3464 - D=1s versus D=0s (machine load during test?)
5410 - dunno yet

BTW, does anybody have the database contents that are expected for the
mysql checks? A quick schema with the data would be nice. If nobody
but Philip has it anywhere, we should be able to deduce what it wants
(not all that _fun_ though :-)

...Todd
--
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. -- Martin Golding