Date: Sun, 26 Mar 1995 22:31:55 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-bugs@freefall.cdrom.com Subject: Re: List of open PRs Message-ID: <199503262031.WAA12615@uriah.heep.sax.de> In-Reply-To: <9503261845.AA06789@cs.weber.edu> from "Terry Lambert" at Mar 26, 95 11:45:02 am
next in thread | previous in thread | raw e-mail | index | archive | help
As Terry Lambert wrote: > > > > > This is the list of open problem reports > > > > May I suggest that this should also include an "as of" date, since > not all mail propagation is instantaneous? What about the Date: header? I thought that's sufficient? > And a note about posting frequency... weekly. > And a BEGIN/END encapsulation of the list so we can know it wasn't > truncated by a mailer somewhere? Ok, easy. Jordan, can you include this? *** list-pr.orig Sun Mar 26 22:25:49 1995 --- list-pr Sun Mar 26 22:29:11 1995 *************** *** 13,18 **** --- 13,20 ---- print MAIL "This is the list of open problem reports\n\n"; + print MAIL "BEGIN\n\n"; + while(<Q>) { chop; if(/^>Number:/) { *************** *** 34,39 **** --- 36,43 ---- . "\n"; } } + + print MAIL "BEGIN\n"; close(Q); close(MAIL); -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503262031.WAA12615>