nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] File upload frustration


From: schwartz+nmh-workers
Subject: Re: [Nmh-workers] File upload frustration
Date: 3 Feb 2004 11:09:34 -0500
Date: Tue, 03 Feb 2004 11:09:34 -0500

| 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 "." */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]