Axel Rau ran into this, and fixed it manually in his database. I think his
problem was something like having two aliases that differed only in case.
Do you have that? E.g. you might have markus.dahms@... and Markus.Dahms@...
that point to the same mailbox. 'aox list aliases | sort -u | tr A-Z a-z |
uniq -d' will tell you.
The code in the stepTo96() function in db/schema.cpp is meant deduplicate,
but clearly it doesn't quite work. Can you try to run that query sequence
by hand (in a transaction, of course) and having a look at what it misses
or where it fails? A patch would be appreciated.
Arnt