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

  1. Path: sparky!uunet!cs.utexas.edu!wupost!darwin.sura.net!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!daisy!kawamoto
  2. From: kawamoto@ics.osaka-u.ac.jp (KAWAMOTO Yosihisa)
  3. Newsgroups: comp.mail.mh
  4. Subject: MH 6.8 problem of sending mail with bcc field
  5. Message-ID: <KAWAMOTO.93Jan7144952@daisy.ics.osaka-u.ac.jp>
  6. Date: 7 Jan 93 05:49:52 GMT
  7. Sender: news@icspub.ics.osaka-u.ac.jp
  8. Organization: Dept. of Information & Computer Sciences, Osaka Univ., JAPAN
  9. Lines: 47
  10.  
  11. Hello everyone,
  12.  
  13. I have a problem in MH 6.8.  I cannot send mail with bcc field.
  14. 'send' complains in mail with bcc field like:
  15. kawamoto$ send
  16. Use "/home/rose/kawamoto/mail/drafts/2"? y
  17. post: problem initializing server; [RPLY] 503 Sender already specified
  18. send: message not delivered to anyone
  19. kawamoto$
  20.  
  21. In MH 6.8 mts/sendmail/smail.c: sm_init, following is executed.
  22.  
  23. #ifndef ZMAILER
  24.         (void) smtalk(SM_HELO, "ONEX");
  25. #endif /* not ZMAILER */
  26.  
  27. When sendmail receives ONEX, sendmail rejects twice MAIL FROM:
  28. and says '503 Sender already specified' even if receives RSET.
  29.  
  30. 'post' verifies addresses when I specify bcc field, and then
  31. 'post' send messages to sendmail, 'RSET' and 'MAIL FROM:'.
  32.  
  33. Is this correct behavior or a bug?  Following is config file when
  34. I make MH 6.8.
  35.  
  36. Thanks in advance.
  37.  
  38. # for risc news
  39. #
  40. bin    /usr/local/mh
  41. etc    /usr/local/mh/lib
  42. mail    /usr/spool/mail
  43. mandir    /usr/local/man
  44. manuals    local
  45. editor    /usr/ucb/vi
  46. mts    sendmail
  47. pop    on
  48. popdir    /usr/etc
  49. #
  50. signal    int
  51. options    BSD42 BSD43 UNISTD
  52. #
  53. options    POP2 RPOP APOP BIND DBMPWD LOCKF NTOHLSWAP RENAME
  54. options    DUMB MHE MHRC MIME MSGPROT='"0600"' RPATHS SBACKUP='"\\043"'
  55. options    JAPAN
  56. --
  57. iKAWAMOTO Yosihisa!               kawamoto@ics.osaka-u.ac.jp
  58.