cannot delete catchall (*)
Brought to you by:
swix
On line 1399 in index.php, there's a line:
$results1 = delete_account("+");
On old configs with default-username *, this means you cannot delete catchall-account.
It would perhaps be better to snag the value of default-username from the config, or check both "*" and "+".