diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-09 14:03:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-09 14:03:31 +0100 |
commit | f7ae746216a4538a32359dc3a8de8006f9a2cb69 (patch) | |
tree | b6b11eb2504f7870eb97ff610b60c58dc976a9b2 | |
parent | 36d295f1bf078693127e1ad556603968767bd9ce (diff) |
typo
-rw-r--r-- | src/src/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/acl.c b/src/src/acl.c index 42e7d7a42..efebf9c69 100644 --- 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); } |