Wietse Venema:
> John Fawcett:
> > Looking into it further, most of the code was already there and the
> > fix is a simple one liner + documentation updates.
> 
> > In this fix I have not used a hard coded group of [postfix] as I had
> > imagined above, but followed the way that dovecot is doing this.
> > The default group is hard coded as [client] so that the default behaviour
> > is to read only the [client] group. The default group can always be
> > changed by specifying the option_group parameter, in which case
> > both [client] and the specified group are read.
> 
> Looks good (I'll fix typos). It works with the system by using what
> is already there.

Before I forget, did you verify that:

- The 'old' code reproduces the problem (postmap -q fails to look
  up a database key that contains UTF8) and the 'new' code fixes it.

- The client will read settings in the [client] group even if
  options_group specifies a different name.

Otherwise I'll have to set up a mysql database to verify that myself.

        Wietse

Reply via email to