Re: FCC error, may be caused by missing dir ~/Mail

2020-11-06 Thread Kevin J. McCarthy
On Fri, Nov 06, 2020 at 11:22:18PM +0100, Matthias Apitz wrote: El día viernes, noviembre 06, 2020 a las 10:02:46a. m. -0800, Ian Zimmerman escribió: So, does mutt set SIG_IGN for SIGCHLD? Maybe it should not, or maybe it should temporarily restore it in places like this where it synchronously

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-06 Thread Matthias Apitz
El día viernes, noviembre 06, 2020 a las 10:02:46a. m. -0800, Ian Zimmerman escribió: > On 2020-11-06 08:25, Matthias Apitz wrote: > > > See also man page of wait(2): the errno=ECHILD: > > >ECHILD (for waitpid() or waitid()) The process specified by pid > >(waitpid()) or idtype

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-06 Thread Ian Zimmerman
On 2020-11-06 08:25, Matthias Apitz wrote: > See also man page of wait(2): the errno=ECHILD: >ECHILD (for waitpid() or waitid()) The process specified by pid >(waitpid()) or idtype and id (waitid()) does not exist or is >not a child of the calling process. (This can happe

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 02:05:38p. m. -0800, Kevin J. McCarthy escribió: > On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: > >And as I said, all is working fine, i.e. the mails get sent fine, the > >only problem is this message spilt out by mutt about mail not sent

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Josef 'Jeff' Sipek
On Thu, Nov 05, 2020 at 14:05:38 -0800, Kevin J. McCarthy wrote: > On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: > >And as I said, all is working fine, i.e. the mails get sent fine, the > >only problem is this message spilt out by mutt about mail not sent. > > > >I will nail this

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 10:43:17PM +0100, Matthias Apitz wrote: And as I said, all is working fine, i.e. the mails get sent fine, the only problem is this message spilt out by mutt about mail not sent. I will nail this down, it will only take some time, and I feel that it has todo with the handl

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 11:03:00a. m. -0800, Kevin J. McCarthy escribió: > On Thu, Nov 05, 2020 at 07:55:11PM +0100, Matthias Apitz wrote: > >It *is* supported by mutt using the following trick: one of the arguments > >to mutt is: > > > > | mutt -d4 -e "set sendmail=\"cat --\"

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 07:55:11PM +0100, Matthias Apitz wrote: It *is* supported by mutt using the following trick: one of the arguments to mutt is: | mutt -d4 -e "set sendmail=\"cat --\"" ... | sendmail -t I see. But wouldn't the recipients be appended to $sendmail, and then cat compl

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día jueves, noviembre 05, 2020 a las 10:17:25a. m. -0800, Kevin J. McCarthy escribió: > >Thanks for the reply. The used mutt is version 1.18.3 (see debug log > >below). I put a tee command between mut and sendmail to see what mutt > >is spilling out to sendmail: > > > > ... | mutt -d4 |

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Kevin J. McCarthy
On Thu, Nov 05, 2020 at 09:41:55AM +0100, Matthias Apitz wrote: El día miércoles, noviembre 04, 2020 a las 09:33:34a. m. -0800, Kevin J. McCarthy escribió: On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: >We use mutt in batch mode to assemble mails with all attachments etc. >an

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-05 Thread Matthias Apitz
El día miércoles, noviembre 04, 2020 a las 09:33:34a. m. -0800, Kevin J. McCarthy escribió: > On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: > >We use mutt in batch mode to assemble mails with all attachments etc. > >and pipe the assembled mail to /usr/lib/sendmail -t which works

Re: FCC error, may be caused by missing dir ~/Mail

2020-11-04 Thread Kevin J. McCarthy
On Wed, Nov 04, 2020 at 01:17:44PM +0100, Matthias Apitz wrote: We use mutt in batch mode to assemble mails with all attachments etc. and pipe the assembled mail to /usr/lib/sendmail -t which works also fine. But is complaining on STDERR that the mail could not be sent with Could not send the me

FCC error, may be caused by missing dir ~/Mail

2020-11-04 Thread Matthias Apitz
Hello, When I call mutt for the first time on some server, it asks me if it should create ~/Mail if this directory does not exist, among others to store in ~/Mail/outbox a copy of outgoing mails. Fine. We use mutt in batch mode to assemble mails with all attachments etc. and pipe the assembled