Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!lavaca.uh.edu!uhnix1!sugar!peter From: peter@sugar.hackercorp.com (Peter da Silva) Newsgroups: comp.unix.xenix Subject: Re: &^$^%$#$%R&* SCO MAIL SYSTEM!!! (was Re: Test - Can you read me??) Message-ID: <6439@sugar.hackercorp.com> Date: 24 Aug 90 12:53:30 GMT References: <28694@netnews.upenn.edu> <366@tygra.UUCP> Reply-To: peter@sugar.hackercorp.com (Peter da Silva) Organization: Sugar Land Unix - Houston Lines: 20 In article <366@tygra.UUCP> jpp@ddmi.com (John Palmer) writes: [ His mail system barfs on its own name... ] You could do what we did at Ferranti before I managed to get smail up on our ancient Xenix System III/286 boxes. The following script approximates it. Test it before giving it live data, this is purely off the top of my head: #!/bin/sh cd /usr/bin mv rmail rmail.real cat > rmail << \! #!/bin/sh exec rmail.real `echo $* | sed 's/ddmi[^!]*!//g'` ! chmod +x rmail -- Peter da Silva. `-_-' .