home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / mail / mh / 1463 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  614 b 

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!news
  2. From: schmitz@scd.hp.com (John Schmitz)
  3. Newsgroups: comp.mail.mh
  4. Subject: MH6.8: HELO in sm_init?
  5. Date: 5 Jan 1993 10:08:24 -0800
  6. Organization: Hewlett-Packard Santa Clara Division
  7. Lines: 7
  8. Message-ID: <1iciqoINN7dc@hpsceo.scd.hp.com>
  9. NNTP-Posting-Host: hpsceo.scd.hp.com
  10.  
  11. MH6.8's mts/sendmail/smail.c sm_init() routine (ifdef SMTP) does a
  12. HELO to the smtp daemon when the following is defined:
  13.  
  14.   #if     !defined(SENDMTS) || defined(MMDFII) || defined(SVR4)
  15.  
  16. I'm curious about why it does this with SVR4.  What is special
  17. about SVR4 in this case?
  18.