* On 2002.04.18, in <[EMAIL PROTECTED]>, * "Eric Smith" <[EMAIL PROTECTED]> wrote: > Could someone suggest why this dont include the signature in the email: > [eric@cherry ~] 1 $ mutt eric@localhost -s'test signature when mailing from command >line'</etc/passwd -F /tmp/sig > cat /tmp/sig > set signature="echo Eric Smith|"'
Reading the message body from stdin doesn't apply the signature, whether it's a pipe or a file. You could use, rather: (cat /etc/passwd; echo "-- "; cat $HOME/.signature) | mutt -s 'testing signature' eric@localhost BTW, the address needs to come after all the options in my mutt (1.3.28). Does it work as above in 1.2.5? -- -D. [EMAIL PROTECTED] NSIT University of Chicago