summaryrefslogtreecommitdiff
path: root/crates/smtp/src/inbound/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/smtp/src/inbound/auth.rs')
-rw-r--r--crates/smtp/src/inbound/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/smtp/src/inbound/auth.rs b/crates/smtp/src/inbound/auth.rs
index 38cf1398..4e8131cd 100644
--- a/crates/smtp/src/inbound/auth.rs
+++ b/crates/smtp/src/inbound/auth.rs
@@ -206,7 +206,7 @@ impl<T: SessionStream> Session<T> {
)
.await;
}
- trc::EventType::Auth(trc::AuthEvent::Banned) => {
+ trc::EventType::Security(_) => {
return Err(());
}
_ => (),