Mutt - filepro report processing - Unix
Fairlight
fairlite at fairlite.com
Mon Sep 22 17:00:14 PDT 2014
On Mon, Sep 22, 2014 at 01:41:43PM -0400, Walter D Vaughan Jr thus spoke:
> Or maybe because the command is not formatted properly?
>
> mutt -s "subject" who at mailserver.domain.ltd < /file_to_be_included
>
> To me the quotes are around the wrong thing. You need to escape them or
> change them to their chr$(n) equivalents.
>
> http://www.mutt.org/doc/manual/manual-6.html#ss6.1
I'm going to pull a Ken, but up the ante:
"What did strace(1) say?"
Litrally, preface your mutt command with:
strace -s 2048 -o /tmp/mutt_trace.txt
Run the processing, then see what it's trying to do right before it bails.
mark->
More information about the Filepro-list
mailing list