home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / news / software / anunews / 1597 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.1 KB

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