home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!walter!att-out!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!kuhub.cc.ukans.edu!sloane
- From: sloane@kuhub.cc.ukans.edu (Bob Sloane)
- Newsgroups: news.software.anu-news
- Subject: Re: patch for header parsing?
- Message-ID: <1992Nov18.093143.44905@kuhub.cc.ukans.edu>
- Date: 18 Nov 92 09:31:43 CST
- References: <1992Nov18.113720.348@logica.co.uk>
- Organization: University of Kansas Academic Computing Services
- Lines: 15
-
- In article <1992Nov18.113720.348@logica.co.uk>, leesw@logica.co.uk writes:
- > Could some kind soul please tell me which patch I need to apply in order
- > to cope correctly with tab characters at the start of message header
- > continuation lines (and thereby appease the moderator of news.answers :-)
-
- In NEWSADD.C change:
-
- if ((*add_inline == ' ') || (*add_inline == '\'t')) {
- to
- if ((*add_inline == ' ') || (*add_inline == '\t')) {
-
- There is a fairly complete set of patches for V6.0-3 on kuhub.cc.ukans.edu.
- --
- USmail: Bob Sloane, University of Kansas Computer Center, Lawrence, KS, 66045
- E-mail: sloane@kuhub.cc.ukans.edu, sloane@ukanvax.bitnet, AT&T: (913)864-0444
-