fix: fixed typo

This commit is contained in:
Dominik Meyer 2025-02-07 12:07:24 +01:00
parent e692ad212c
commit 9380ca5698
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -55,7 +55,7 @@ sub hook_queue {
}
if (!$lmtp_user) {
$self->log(LOGERR, "No sender address found for transaction.\n");
$self->log(LOGERROR, "No sender address found for transaction.\n");
return DECLINED;
}