diff --git a/crates/erooster_smtp/src/commands/data.rs b/crates/erooster_smtp/src/commands/data.rs index 647875d9..eff88484 100644 --- a/crates/erooster_smtp/src/commands/data.rs +++ b/crates/erooster_smtp/src/commands/data.rs @@ -138,6 +138,7 @@ impl DataCommand<'_> { State::Authenticated(username.clone()) } else if matches!(write_lock.state, State::ReceivingData(None)) { + // TODO rewrite to also have some extra honeypot info logging and make it not pass into inbox but into top level of the address debug!("No authenticated user"); for receipt in receipts { let folder = "INBOX".to_string();