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; }