[Dovecot] Bug in keywords conversion with courier-dovecot-migrate.pl v1.1.7

John Lightsey jd at cpanel.net
Fri Sep 19 18:05:51 EEST 2008


The problem is the file glob on line 344 in convert_subscriptions()

   # read updates from the directory
   my %updates;
   foreach (<$keyword_dir/*>) {

This isn't going to pick up any files beginning with a dot, so most of  
the update files in the courierimapkeywords directory are going to be  
skipped.


More information about the dovecot mailing list