> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Golovanoff Sergio > Sent: 05 September 2005 07:44 > To: [email protected] > Subject: [exim] dot at the end of domain > > Hi. > That's what I see in logs: > > rejected after DATA: domain missing or malformed: failing > address in "To" > header is: [EMAIL PROTECTED] > > i.e. '.' at the end of domain-part leeds to this error. > But 'domain-part.' such a 'dill.nov.net.' is right address, isn't it? > Or is there RFC about it? > > PS. sorry for bad english :) >From the documentation:
strip_trailing_dot Use: main Type: boolean Default: false If this option is set, a trailing dot at the end of a domain in an address is ignored. If this is in the envelope and the message is passed on to another MTA, the dot is not passed on. If this option is not set, a dot at the end of a domain causes a syntax error. However, addresses in header lines are checked only when an ACL requests header syntax checking. - Mark -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
