mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-10 09:32:19 +08:00
ManageSieve LOGOUT shoud reply with OK insted of BYE
This commit is contained in:
parent
414a1434e0
commit
d94a6a2ec6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use crate::core::{Session, StatusResponse};
|
|||
|
||||
impl<T: AsyncRead + AsyncWrite> Session<T> {
|
||||
pub async fn handle_logout(&mut self) -> super::OpResult {
|
||||
Err(StatusResponse::bye(concat!(
|
||||
Err(StatusResponse::ok(concat!(
|
||||
"Stalwart ManageSieve v",
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
" bids you farewell."
|
||||
|
|
Loading…
Reference in a new issue