20 Sep
2010
20 Sep
'10
6:35 p.m.
On Sat, 2010-09-18 at 21:57 +0200, Patrick Ben Koetter wrote:
The
From a programmers view of point certainly, but it's something students and even myself run in all the time setting up Dovecot.
There's also the problem that by the time it's reading '<' it doesn't know if it's ok to ignore it:
ssl_cert = And worse, if I added code to check ssl state at the time of parsing '<'
it could hide errors: ssl = no
ssl_cert = And maybe even more realistically: ssl = no
ssl_cert = So the only reliable way to handle it would be to remember the error and
keep going forward and later check and possibly report errors depending
on the ssl state.