base.m4: Remove redundant haereses.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 4 May 2024 14:43:24 +0000 (15:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 6 May 2024 03:21:32 +0000 (04:21 +0100)
base.m4

diff --git a/base.m4 b/base.m4
index 692a74b..21f774b 100644 (file)
--- a/base.m4
+++ b/base.m4
@@ -213,8 +213,7 @@ mail_check_sender:
 
        ## See whether there's a special exception for this sender domain.
        accept   senders = ${LOOKUP_DOMAIN($sender_address_domain,
-                            {KV(senders, {$value}{})},
-                            {})}
+                            {KV(senders)})}
 
        ## Ensure that the sender is routable.  This is important to prevent
        ## undeliverable bounces.