>Date: Sat, 9 May 1998 11:38:42 +0000 (GMT)
>From: Craig Kattner <[EMAIL PROTECTED]>
>To: RedHat List <[EMAIL PROTECTED]>
>Subject: cron ?
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: TEXT/PLAIN; charset=US-ASCII
>
>I set up a cron job to run fetchmail for me on my new install, but now
>root recieves a mail from cron after every use of the tab. Is there any
>way I can supress that behavior? (Preferably without using procmail to
>filter those messages out.)

Get the mail like this in your cron file:

/usr/bin/fetchmail (other options here) >/dev/null 2>&1

That will send all output from this job to null.
Randy Smith


/***************************************
 **       Randy Smith ARS N3XA        **
 **        Smith's Software           **
 **        [EMAIL PROTECTED]        **
 **    [EMAIL PROTECTED]      **
 ** http://home.rica.net/pages/randy  **
 **        email for PGP key          **
 **************************************/


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to