Mike Dresser <[EMAIL PROTECTED]> [2002-09-12 13:39:38 -0400]:
> On 12 Sep 2002, Kenneth Macdonald Karlsen wrote:
> > I tried to read man but with no success.
> > How do i avoid to get a report by mail of a specific cronjob?
> > I run it hourly and I do not want to receive mail about it.
>
> put a
Thanks guys.
Kenneth
On Thu, 2002-09-12 at 19:36, Mike Egglestone wrote:
> Hi,
> In your cronjob,
> add this just above your command,
> MAILTO=""
>
> This will mail to no one.
> Cheers,
> Mike
>
> Quoting Kenneth Macdonald Karlsen <[EMAIL PROTECTED]>:
>
> > Hi all.
> > I tried to read man but
Hi,
In your cronjob,
add this just above your command,
MAILTO=""
This will mail to no one.
Cheers,
Mike
Quoting Kenneth Macdonald Karlsen <[EMAIL PROTECTED]>:
> Hi all.
> I tried to read man but with no success.
> How do i avoid to get a report by mail of a specific cronjob?
> I run it hourly a
On 12 Sep 2002, Kenneth Macdonald Karlsen wrote:
> Hi all.
> I tried to read man but with no success.
> How do i avoid to get a report by mail of a specific cronjob?
> I run it hourly and I do not want to receive mail about it.
>
> Kenneth
put a >/dev/null 2>&1 at the end of your crontab entry.
4 matches
Mail list logo