| I believe Neil really meant to say that nmh can _only_ submit a message
| using SMTP.  Even when it's piping to sendmail, it's not using -t, it's
| using -bs and speaking SMTP. 

from spost.c:
    *argp++ = "send-mail";
    *argp++ = "-m";     /* send to me too */
    *argp++ = "-t";     /* read msg for recipients */
    *argp++ = "-i";     /* don't stop on "." */




_______________________________________________
Nmh-workers mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to