X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/exim-config/blobdiff_plain/3c5b7509f316ab433236a84a2a64f1a519b62000..d2f0fabd8d5f1bbedfc40740e5952852b33a6ec4:/base.m4 diff --git a/base.m4 b/base.m4 index 799e3ee..0620a9b 100644 --- a/base.m4 +++ b/base.m4 @@ -128,7 +128,7 @@ SECTION(acl, misc)m4_dnl helo: ## Don't worry if this is local submission. MUAs won't necessarily ## have a clear idea of their hostnames. (For some reason.) - accept condition = ${if !eq{$acl_c_mode}{submission}} + accept condition = ${if eq{$acl_c_mode}{submission}} ## Check that the caller's claimed identity is actually plausible. ## This seems like it's a fairly effective filter on spamminess, but