From owner-freebsd-ports@FreeBSD.ORG Thu May 27 18:08:27 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 4106B16A4CE for ; Thu, 27 May 2004 18:08:27 -0700 (PDT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E5943D31 for ; Thu, 27 May 2004 18:08:25 -0700 (PDT) (envelope-from boris@brooknet.com.au) Received: from [61.8.41.182] (ppp29B6.dyn.pacific.net.au [61.8.41.182]) i4S13b5q024194; Fri, 28 May 2004 11:03:37 +1000 From: Sam Lawrance To: freebsd-ports@freebsd.org, David Fisher In-Reply-To: References: Content-Type: text/plain Message-Id: <1085706525.792.22.camel@dirk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 28 May 2004 11:08:45 +1000 Content-Transfer-Encoding: 7bit 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: Fri, 28 May 2004 01:08:27 -0000 Note that between the item-name and item-value the nonterminal CFWS appears. This is defined in section 3.2.3 as Edwin pointed out. It is folding white space with optional comments. The definiton of CFWS, comment, ccontent and ctext do not disallow the use of a semicolon (character 59) within comments. On Fri, 2004-05-28 at 10:33, David Fisher wrote: > Hi, > > Well I see RFC 2821 : > > The "Received:" field contains a > (possibly empty) list of name/value pairs followed by a semicolon and > a date-time specification. The first item of the name/value pair is > defined by item-name, and the second item is either an addr-spec, an > atom, a domain, or a msg-id. Further restrictions may be applied to > the syntax of the trace fields by standards that provide for their > use, such as [RFC2821]. > > Which is specifying exactly what the semicolon is for! It must follow > the date, that is why Outlook Express and Outlook are having this issue! > > -dave > > >From: Edwin Groothuis > >To: David Fisher > >CC: eikemeier@fillmore-labs.com, ports@freebsd.org,markm@FreeBSD.org, > >eik@FreeBSD.org > >Subject: Re: Issue with your exim port's Makefile > >Date: Fri, 28 May 2004 10:28:53 +1000 > >MIME-Version: 1.0 > >Received: from mailout2.barnet.com.au ([218.185.88.16]) by > >mc8-f26.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Thu, 27 May 2004 > >17:28:57 -0700 > >Received: by mailout2.barnet.com.au (Postfix, from userid 27)id > >01B06AA61D1; Fri, 28 May 2004 10:28:55 +1000 (EST) > >Received: from mail2-auth.barnet.com.au (localhost [127.0.0.1])(using TLSv1 > >with cipher DHE-RSA-AES256-SHA (256/256 bits))(Client CN "*.barnet.com.au", > >Issuer "BarNet Root Certificate Authority" (verified OK))by > >mail2.barnet.com.au (Postfix) with ESMTPid 97DBFB29E23; Fri, 28 May 2004 > >10:28:55 +1000 (EST) > >Received: from k7.mavetju (unknown [10.10.12.2])(using TLSv1 with cipher > >DHE-RSA-AES256-SHA (256/256 bits))(Client CN "edwin.adsl.barnet.com.au", > >Issuer "BarNet Root Certificate Authority" (verified OK))by > >mail2-auth.barnet.com.au (Postfix) with ESMTPid F1DAE193CE; Fri, 28 May > >2004 10:28:54 +1000 (EST) > >Received: by k7.mavetju (Postfix, from userid 1001)id 8E7D161CD; Fri, 28 > >May 2004 10:28:53 +1000 (EST) > >X-Message-Info: JGTYoYF78jEvUykwbC35ldm4+yYBT+w6 > >X-Viruscan-Id: <40B687C700008B1DE59D8E@BarNet> > >Message-ID: <20040528002853.GT2124@k7.mavetju> > >References: > >In-Reply-To: > >User-Agent: Mutt/1.4.2.1i > >Return-Path: edwin@mavetju.org > >X-OriginalArrivalTime: 28 May 2004 00:28:58.0463 (UTC) > >FILETIME=[C44966F0:01C4444A] > > > >On Thu, May 27, 2004 at 03:36:47PM -0700, David Fisher wrote: > > > RFC 822 : > > > >RFC0822 is obsoleted, please see RFC2822, paragraph 3.2.3. > > > >Also, be tolerant with what you receive, be strict in what you send. > > > >Edwin > > > >-- > >Edwin Groothuis | Personal website: http://www.mavetju.org > >edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/ > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >