On 20:07 13 Jan 2003, Michael Schwendt <[EMAIL PROTECTED]> wrote: | > I'm trying to send emails with attachments: | > # mutt -s subject -a file mylocal@host < mensaje.txt
Looks ok to me. I've just tested this: [~]zapff*> mutt -s foo -a .profile [EMAIL PROTECTED] <.muttrc and it worked perfectly. You're sure stdin is attached to mensaje.txt? | The trick with Mutt is to use an empty pipe when mailing in | non-interactive mode. In your example: | $ cat /dev/null | mutt -s subject -a file mylocal@host < mensaje.txt This is nonsense. The mutt will still have stdin attached to mensaje.txt and stdout and stderr on the tty. It won't behave ANY differently, and in fact won't notice the pipe at all. -- Cameron Simpson, DoD#743 [EMAIL PROTECTED] http://www.zip.com.au/~cs/ Complete honesty in word and deed is a good way to get punched out. - Shanti Goldstein -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list