Skip to content

Commit

Permalink
Add missing backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
rimas-kudelis committed Jan 23, 2024
1 parent 979fc29 commit 468e653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/debian-conf.d/router/249_vexim_ditch_routers
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -237,7 +237,7 @@ ditch_hdrfrom:
allow_fail
data = :blackhole:
condition = ${if eq \
{1}
{1} \
{${lookup mysql{ \
SELECT COUNT(*) \
FROM blocklists b \
Expand All @@ -260,7 +260,7 @@ ditch_hdrsubject:
allow_fail
data = :blackhole:
condition = ${if eq { \
{1}
{1} \
${lookup mysql{ \
SELECT COUNT(*) \
FROM blocklists b \
Expand Down

0 comments on commit 468e653

Please sign in to comment.