From 4b405691389778997c472e8017186a009ae19a8e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Feb 2026 12:59:41 +0000 Subject: Need more diagnostics... --- src/qmail-remote/smtproutes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qmail-remote/smtproutes.c b/src/qmail-remote/smtproutes.c index c223f85..0470fe4 100644 --- a/src/qmail-remote/smtproutes.c +++ b/src/qmail-remote/smtproutes.c @@ -240,6 +240,7 @@ int smtproutes_match (smtproutes const *routes, char const *s, stralloc *sa, siz if (!r) return 0 ; if (data.len < 3) return 0 ; if (data.s[data.len - 1]) qmailr_temp("Invalid ", "run/qmail-remote/smtproutes.cdb") ; + LOLDEBUG("found: key %s has relay %s", s, data.s + 2) *pos = sa->len ; uint16_unpack_big(data.s, port) ; if (!stralloc_catb(sa, data.s + 2, data.len - 2)) dienomem() ; -- cgit v1.3.1