avoid UB where mres is optimized away

Index: mda/exmdb_local/exmdb_local.cpp
--- mda/exmdb_local/exmdb_local.cpp.orig
+++ mda/exmdb_local/exmdb_local.cpp
@@ -260,6 +260,7 @@ delivery_status exmdb_local_deliverquota(MESSAGE_CONTE
 		return delivery_status::no_user;
 	}
 	auto home_dir = mres.maildir.c_str();
+	mlog(LV_DEBUG, "<%s> mailbox is in %s", address, home_dir);
 	if (*znul(tmzone) == '\0')
 		strcpy(tmzone, GROMOX_FALLBACK_TIMEZONE);
 	
