Package: dovecot-core
Version: 1:2.4.1+dfsg1-3
Severity: normal
Dear Dovecot Maintainers,
there seems to be a bug in the postinst script regarding the ucf
repository and hashfile.
In the loop over all $OLD_CONFFILES the loop variable is `oldconffile`
but in the ucf and ucfr call `$conffile` is used:
for oldconffile in $OLD_CONFFILES ; do
...
ucf --purge "/etc/dovecot/$conffile"
ucfr --purge dovecot-core "/etc/dovecot/$conffile"
done
These commands should read
ucf --purge "/etc/dovecot/$oldconffile"
ucfr --purge dovecot-core "/etc/dovecot/$oldconffile"
Regards,
Jörg.