diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-10 12:59:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-10 12:59:41 +0000 |
| commit | 4b405691389778997c472e8017186a009ae19a8e (patch) | |
| tree | 8148ca735b602f1564060f71268dd24b21486cdb | |
| parent | 6b268d22ee2e4eda7a098acb9d37eca5451ea529 (diff) | |
| download | smtpd-starttls-proxy-4b405691389778997c472e8017186a009ae19a8e.tar.gz | |
Need more diagnostics...
| -rw-r--r-- | src/qmail-remote/smtproutes.c | 1 |
1 files changed, 1 insertions, 0 deletions
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() ; |
