Anja Gawlik wrote: > Hello, > > one of our customers send mail with invalid to-headers in the form of > > T To: <recpt name<[EMAIL PROTECTED]> > > Exim rejects them with: rejected after DATA: "@" or "." expected after > "recpt": failing address in "To:" header is: <recpt name<[EMAIL PROTECTED]> > > Is there some way to make exim accept mails with this faulty header from that > one domain? > > Thanks in advance, > > Anja
Stop doing header syntax checking in your data ACL. Check out the manual for more information. -- The Exim Manual http://www.exim.org/docs.html http://www.exim.org/exim-html-current/doc/html/spec_html/index.html -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
