home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2160 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.3 KB

  1. Path: sparky!uunet!destroyer!gatech!prism!roy
  2. From: roy@prism.gatech.EDU (Roy Mongiovi)
  3. Newsgroups: comp.mail.sendmail
  4. Subject: problem with sendmail-5.65c+IDA-1.4.4.1 WRT program mailer
  5. Message-ID: <67130@hydra.gatech.EDU>
  6. Date: 28 Aug 92 17:50:22 GMT
  7. Organization: Georgia Institute of Technology
  8. Lines: 24
  9.  
  10. I tried installing the new sendmail, and ran into a little snag.
  11.  
  12. In "prescan", 5.65 makes a special test:
  13.  
  14.             if (c == ';') /* semicolons are not tokens */
  15.                 c = NOCHAR;
  16.  
  17. that our older version did not make.  The upshot of this is that people
  18. with .forward files like:
  19.  
  20. "| umask 077; /usr/local/bin/filter -vo /u/roy/.filter-errors"
  21.  
  22. no longer work because the semicolon has been stripped out.  There are
  23. a couple of workarounds (backslash the semicolon, or use &&), but that
  24. involves getting a lot of people to fix their existing .forward files.
  25.  
  26. Can anyone tell me the rationale behind the new test?  What do I break
  27. if I remove the offending test?  Thanks.
  28.                                 Roy
  29. -- 
  30. Roy J. Mongiovi   Systems Support Specialist        Information Technology
  31.                                                 Georgia Institute of Technology
  32. Tough are the souls that tread the knife's edge  Atlanta, Georgia  30332-0715
  33.         J. Tull                                      roy@prism.gatech.edu
  34.