Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 08:29:45 -0800 (PST)
From:      "Jonathan M. Bresler" <jmb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: www/en/cgi getmsg.cgi
Message-ID:  <200010291629.IAA94771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmb         2000/10/29 08:29:45 PST

  Modified files:
    en/cgi               getmsg.cgi 
  Log:
  	getmsg.cgi used a "\n^From " pattern to find the end of
  	one email message and the start of another.  this hueristic
  	failed on lines like "\n^From Ushant to Scilly is 35
  	leagues".
  
  	the new pattern relies upon our From line ending in the
  	four digits of the year.  which is also an hueristic that
  	will from fail from time to time.  For example "\n^From
  	2000 substract 1 to get 1999$".
  
  PR:	docs/21762
  
  Revision  Changes    Path
  1.25      +2 -2      www/en/cgi/getmsg.cgi



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010291629.IAA94771>