Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!jonab From: jonab@sdcrdcf.UUCP (Jonathan Biggar) Newsgroups: net.sources.bugs Subject: Rn bug patch #6 (REPOSTED) Message-ID: <1470@sdcrdcf.UUCP> Date: Fri, 16-Nov-84 18:52:59 EST Article-I.D.: sdcrdcf.1470 Posted: Fri Nov 16 18:52:59 1984 Date-Received: Sun, 18-Nov-84 05:12:17 EST Reply-To: jonab@sdcrdcf.UUCP (Jonathan Biggar) Distribution: net Organization: System Development Corp. R+D, Santa Monica Lines: 28 System: rn version 4.1 Bug #: 6 Priority: HIGH Subject: articles saved to mailbox start with "From: " instead of "From ". Index: common.h Description: The format of MBOXSAVER causes articles saved in "mailbox" format to start with a From line with a colon, which confuses mailers. Repeat-By: Save an article in mailbox format. If it starts with "From: " you have the problem. Fix: The solution is to delete the colons. From rn, say "| patch -d DIR", where DIR is your rn source directory. Outside of rn, say "cd DIR; patch # define MBOXSAVER "%X/mbox.saver %A %P %c %a %B %C \"%b\" \"From %T %(%[posted]!=^$?%[posted]:%(%[date]=^\\(\\w*\\), \\(\\w*\\)-\\(\\w*\\)-\\(\\w*\\) \\([^ ]*\\)?%1 %3 %(%2=..?%2: %2) %5 19%4:%[date]))\"" 527c537 < # define MBOXSAVER "%X/mbox.saver %A %P %c %a %B %C \"%b\" \"From: %T %[posted]\"" --- > # define MBOXSAVER "%X/mbox.saver %A %P %c %a %B %C \"%b\" \"From %T %[posted]\""