From e692ad212cd72eb79e32d42297bb1f632fb9973a Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Feb 2025 12:04:12 +0100 Subject: [PATCH] fix: fixed missing ) --- queue/lmtp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/lmtp b/queue/lmtp index aec625a..ea2f992 100644 --- a/queue/lmtp +++ b/queue/lmtp @@ -16,7 +16,7 @@ sub register { if (!$self->{lmtp_rcpt_based} && !$self->{lmtp_host}) { $self->{enabled} = 0; - $self->log(LOGERROR, "No LMTP host configured, disabling plugin\n"; + $self->log(LOGERROR, "No LMTP host configured, disabling plugin\n"); return; }