typo
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 9 Apr 2017 13:03:31 +0000 (14:03 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 9 Apr 2017 13:03:31 +0000 (14:03 +0100)
src/src/acl.c

index 42e7d7a42a5884e606a3e053c6082efaf1cc834c..efebf9c695e2200b153e39af7878a11f44513043 100644 (file)
@@ -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);
       }