projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36d295f
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 9 Apr 2017 13:03:31 +0000
(14:03 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 9 Apr 2017 13:03:31 +0000
(14:03 +0100)
src/src/acl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/acl.c
b/src/src/acl.c
index 42e7d7a42a5884e606a3e053c6082efaf1cc834c..efebf9c695e2200b153e39af7878a11f44513043 100644
(file)
--- a/
src/src/acl.c
+++ b/
src/src/acl.c
@@
-3548,7
+3548,7
@@
for (; cb != NULL; cb = cb->next)
{
uschar *sdomain;
sdomain = Ustrrchr(sender_address, '@');
- sdomain = sdomain ? sdomain + 1
?
US"";
+ sdomain = sdomain ? sdomain + 1
:
US"";
rc = match_isinlist(sdomain, &arg, 0, &domainlist_anchor,
sender_domain_cache, MCL_DOMAIN, TRUE, NULL);
}