Date: Thu, 27 May 2004 15:36:47 -0700 From: "David Fisher" <fisherds74@hotmail.com> To: eikemeier@fillmore-labs.com Cc: eik@FreeBSD.org Subject: Re: Issue with your exim port's Makefile Message-ID: <BAY18-F52cU6xfPTeip00053fb5@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi, It is, RFC 822 : >From RFC 822: specials = "(" / ")" / "<" / ">" / "@" ; Must be in quoted- / "," / ";" / ":" / "\" / <"> ; string, to use / "." / "[" / "]" ; within a word. atom = 1*<any CHAR except specials, SPACE and CTLs> received = "Received" ":" ; one per relay ["from" domain] ; sending host ["by" domain] ; receiving host ["via" atom] ; physical path *("with" atom) ; link/mail protocol ["id" msg-id] ; receiver msg id ["for" addr-spec] ; initial form ";" date-time ; time received Thanks, -dave >From: Oliver Eikemeier <eikemeier@fillmore-labs.com> >To: David Fisher <fisherds74@hotmail.com> >CC: markm@FreeBSD.org >Subject: Re: Issue with your exim port's Makefile >Date: Thu, 27 May 2004 23:24:13 +0200 > >David Fisher wrote: > >>Hi, >> >> I run a small ISP and I noticed an error in your Makefile : >> @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim >>$$version_number; ${OPSYS})\\n\\t"/' \ >> >> There appears to be a semicolon in that line, so it puts a semicolon in >>the headers, and that is against RFC's and also breaks Outlook Express 5 >>and Outlook 2000, it causes the wrong date to show up for the messages. >> >> Can you please change the semicolon to something else, like the colon? > >I can, but can you tell me which RFC this violates, or if Outlook is >simply broken? > >-Oliver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY18-F52cU6xfPTeip00053fb5>