From 9380ca569834c7f7f90c4a3de84473cb7924af03 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Feb 2025 12:07:24 +0100 Subject: [PATCH] fix: fixed typo --- queue/lmtp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/lmtp b/queue/lmtp index ea2f992..1e602d6 100644 --- a/queue/lmtp +++ b/queue/lmtp @@ -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; }