From 902c0b07900b79cd1642eb1cc76da2a338b5091e Mon Sep 17 00:00:00 2001 From: MTRNord Date: Wed, 14 Sep 2022 18:46:34 +0200 Subject: [PATCH] Add a todo --- crates/erooster_smtp/src/commands/data.rs | 1 + 1 file changed, 1 insertion(+) 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();