home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!wupost!darwin.sura.net!sgiblab!adagio.panasonic.com!chorus.mei!oskgate0.mei!icspub!daisy!kawamoto
- From: kawamoto@ics.osaka-u.ac.jp (KAWAMOTO Yosihisa)
- Newsgroups: comp.mail.mh
- Subject: MH 6.8 problem of sending mail with bcc field
- Message-ID: <KAWAMOTO.93Jan7144952@daisy.ics.osaka-u.ac.jp>
- Date: 7 Jan 93 05:49:52 GMT
- Sender: news@icspub.ics.osaka-u.ac.jp
- Organization: Dept. of Information & Computer Sciences, Osaka Univ., JAPAN
- Lines: 47
-
- Hello everyone,
-
- I have a problem in MH 6.8. I cannot send mail with bcc field.
- 'send' complains in mail with bcc field like:
- kawamoto$ send
- Use "/home/rose/kawamoto/mail/drafts/2"? y
- post: problem initializing server; [RPLY] 503 Sender already specified
- send: message not delivered to anyone
- kawamoto$
-
- In MH 6.8 mts/sendmail/smail.c: sm_init, following is executed.
-
- #ifndef ZMAILER
- (void) smtalk(SM_HELO, "ONEX");
- #endif /* not ZMAILER */
-
- When sendmail receives ONEX, sendmail rejects twice MAIL FROM:
- and says '503 Sender already specified' even if receives RSET.
-
- 'post' verifies addresses when I specify bcc field, and then
- 'post' send messages to sendmail, 'RSET' and 'MAIL FROM:'.
-
- Is this correct behavior or a bug? Following is config file when
- I make MH 6.8.
-
- Thanks in advance.
-
- # for risc news
- #
- bin /usr/local/mh
- etc /usr/local/mh/lib
- mail /usr/spool/mail
- mandir /usr/local/man
- manuals local
- editor /usr/ucb/vi
- mts sendmail
- pop on
- popdir /usr/etc
- #
- signal int
- options BSD42 BSD43 UNISTD
- #
- options POP2 RPOP APOP BIND DBMPWD LOCKF NTOHLSWAP RENAME
- options DUMB MHE MHRC MIME MSGPROT='"0600"' RPATHS SBACKUP='"\\043"'
- options JAPAN
- --
- iKAWAMOTO Yosihisa! kawamoto@ics.osaka-u.ac.jp
-