chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3a58bd3
)
base.m4: Remove redundant haereses.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 4 May 2024 14:43:24 +0000
(15:43 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 May 2024 03:21:32 +0000
(
04:21
+0100)
base.m4
patch
|
blob
|
blame
|
history
diff --git
a/base.m4
b/base.m4
index 692a74bd1bf930108f6b2711f9b1a768bb8b238e..21f774b8ce45a384def4e18fd36ac14f1aa7cf2a 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,
## 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.
## Ensure that the sender is routable. This is important to prevent
## undeliverable bounces.