From 3fcda96986dd7448fd26d28c7c9f03e9e0f673e6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Feb 2026 12:37:27 +0000 Subject: and one bugfix --- src/qmail-remote/smtproutes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmail-remote') diff --git a/src/qmail-remote/smtproutes.c b/src/qmail-remote/smtproutes.c index 1aac915..8daa1a7 100644 --- a/src/qmail-remote/smtproutes.c +++ b/src/qmail-remote/smtproutes.c @@ -156,7 +156,7 @@ static inline void smtproutes_compile (int fdr, int fdw) if (!uint160_scan(sa.s + relayend, &port)) qmailr_temp("Invalid port in ", "control/smtproutes") ; uint16_pack_big(sa.s + relaypos, port) ; } - if (val & 0x0100) + if (val & 0x1000) { if (relaypos || relayend > 2 + relaypos) { -- cgit v1.3.1