From owner-freebsd-ports@FreeBSD.ORG Thu May 27 15:37:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 562C716A4CE; Thu, 27 May 2004 15:37:22 -0700 (PDT) Received: from hotmail.com (bay18-f52.bay18.hotmail.com [65.54.187.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3892643D2F; Thu, 27 May 2004 15:37:22 -0700 (PDT) (envelope-from fisherds74@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 27 May 2004 15:36:48 -0700 Received: from 63.168.117.16 by by18fd.bay18.hotmail.msn.com with HTTP; Thu, 27 May 2004 22:36:47 GMT X-Originating-IP: [63.168.117.16] X-Originating-Email: [fisherds74@hotmail.com] X-Sender: fisherds74@hotmail.com From: "David Fisher" To: eikemeier@fillmore-labs.com Date: Thu, 27 May 2004 15:36:47 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 May 2004 22:36:48.0280 (UTC) FILETIME=[18C8F980:01C4443B] cc: ports@freebsd.org cc: markm@FreeBSD.org cc: eik@FreeBSD.org Subject: Re: Issue with your exim port's Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 22:37:22 -0000 Hi, It is, RFC 822 : >From RFC 822: specials = "(" / ")" / "<" / ">" / "@" ; Must be in quoted- / "," / ";" / ":" / "\" / <"> ; string, to use / "." / "[" / "]" ; within a word. atom = 1* 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 >To: David Fisher >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