Re: Output cron in mailbox (Solved)

2001-03-08 Thread mark's-debian
Thanks works fine

Re: Output cron in mailbox

2001-03-08 Thread David B . Harris
To quote "mark's-debian" <[EMAIL PROTECTED]>, # Hello, # # I setup a cronjob to fetch these mailinglists messeages from my mailserver. Everytime the job is run I get an email with the output from this job. How do I stop this. Because I'm afraid I'm loosing valuable diskspace Add "> /dev/null 2>&1

Re: Output cron in mailbox

2001-03-08 Thread Gavin Hamill
On Thu, 8 Mar 2001, mark's-debian wrote: > Hello, > > I setup a cronjob to fetch these mailinglists messeages from my > mailserver. Everytime the job is run I get an email with the output > from this job. How do I stop this. Because I'm afraid I'm loosing > valuable diskspace Put this at the end

Output cron in mailbox

2001-03-08 Thread mark's-debian
Hello, I setup a cronjob to fetch these mailinglists messeages from my mailserver. Everytime the job is run I get an email with the output from this job. How do I stop this. Because I'm afraid I'm loosing valuable diskspace Thanks