[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] mailxi and attachements
From: |
Ralph Corderoy |
Subject: |
Re: [Nmh-workers] mailxi and attachements |
Date: |
Mon, 30 Jan 2012 14:26:31 +0000 |
Hi Mark,
> mhbuild - << E-O-MAIL > ${PROJECT}.msg &&
> send ./${PROJECT}.msg &&
> rm -f ${PROJECT}.msg
Nice. I can get `send /dev/stdin' to work, avoiding the temporary file,
but send tries to rename it to have a leading comma when it's done
giving "send: unable to rename /dev/stdin to /dev/,stdin: Permission
denied", though its exit status is still zero. (It doesn't use rmmproc,
and probably should, but I think that's been pointed out before.)
Should your rm be removing ,$PROJECT.msg? I often think that of `rm
-f', it combines force with ignore errors.
Cheers, Ralph.