From ab078a62e662030e7e438d2d58904084fbb2a82f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 3 Aug 2014 12:15:34 +0100 Subject: [PATCH] Allow % in local parts for locally submitted mail Unfortunately google's gtempaccount.com hack makes this necessary... --- cookbooks/exim/templates/default/exim4.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index b5360c584..8158b8ae0 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -371,7 +371,7 @@ acl_check_rcpt: deny message = Restricted characters in address domains = !+local_domains - local_parts = ^[./|] : ^.*[@%!] : ^.*/\\.\\./ + local_parts = ^[./|] : ^.*[@!] : ^.*/\\.\\./ ############################################################################# # Accept mail to postmaster in any local domain, regardless of the source, -- 2.43.2