Path: utzoo!utstat!helios.physics.utoronto.ca!jarvis.csri.toronto.edu!mailrus!wuarchive!mit-eddie!uw-beaver!Teknowledge.COM!polya!weening From: weening@polya.Stanford.EDU (Joe Weening) Newsgroups: news.software.b Subject: Re: Why are C news message-IDs so non-minimalist? Message-ID: <12928@polya.Stanford.EDU> Date: 5 Dec 89 18:30:18 GMT References: <1989Nov30.162609.9435@phri.nyu.edu> <5:CS3_@splut.conmicro.com> <1989Dec3.073310.18501@utzoo.uucp> Organization: Computer Science Department, Stanford University Lines: 10 In article zeeff@b-tech.ann-arbor.mi.us (Jon Zeeff) writes: > >/* string of some valid message id characters */ > >char string[] = "!#$%^&*_+|-=~`{}'/?ABCDFGHJKLMNPQRSTVWXYZ1234567890"; This code, or something like it, is failing with older B News software that doesn't like "/" in the Message-ID's, because it uses them to construct filenames in /tmp. If you are currently doing this, please consider changing your code for the sake of others' sanity.