On Sat, Aug 31, 2002 at 10:56:46PM +0200, Mitja wrote: > Hi, > I am a littlebit of newbie in mutt. > I use OpenBSD 3.1 as OS, qmail & the latest Mutt. I installed Mutt and I > don't use any default configuration. I am using it just for sending > attachments. It works just fine when I type something like this: > mutt -nx -s "subject" -a file [EMAIL PROTECTED] < /dev/null, but when I insert > this line into cron, nothing happens. > I am missing something??? > > What I am doing wrong?
I would verify that mutt is in the path of your crontab. The path statement is rarely the same for your normal environment and your cron environment. Also, you should be getting cron error messages mailed to your mail spool. If not, try adding MAILTO=userid to your crontab to force it. This way, you should be able to track down what it's doing (or not doing). -- David Rock [EMAIL PROTECTED]