From 468e653a9b6032876dc7f5eafab414a3e66d17c8 Mon Sep 17 00:00:00 2001 From: Rimas Kudelis Date: Tue, 23 Jan 2024 16:46:14 +0200 Subject: [PATCH] Add missing backslashes --- docs/debian-conf.d/router/249_vexim_ditch_routers | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/debian-conf.d/router/249_vexim_ditch_routers b/docs/debian-conf.d/router/249_vexim_ditch_routers index 0d81062..a89d688 100644 --- a/docs/debian-conf.d/router/249_vexim_ditch_routers +++ b/docs/debian-conf.d/router/249_vexim_ditch_routers @@ -70,7 +70,7 @@ ditch_maxmsgsize: AND d.domain = '${quote_mysql:$domain}' \ AND u.maxmsgsize > 0 \ }{${value}K}fail} \ - } + } \ {yes}{no}} data = :fail:\n\Your message is too big.\n \ Your message was rejected because the user $local_part@$domain\n \ @@ -237,7 +237,7 @@ ditch_hdrfrom: allow_fail data = :blackhole: condition = ${if eq \ - {1} + {1} \ {${lookup mysql{ \ SELECT COUNT(*) \ FROM blocklists b \ @@ -260,7 +260,7 @@ ditch_hdrsubject: allow_fail data = :blackhole: condition = ${if eq { \ - {1} + {1} \ ${lookup mysql{ \ SELECT COUNT(*) \ FROM blocklists b \