Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 10:55:28 +0400
From:      Maxim Maximov <mcsi@agava.com>
To:        Lord Raiden <raiden23@netzero.net>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Getting cron not to send errors about certain events
Message-ID:  <3D648AE0.3020106@agava.com>
References:  <4.2.0.58.20020821165425.00a08b30@192.168.0.25>

next in thread | previous in thread | raw e-mail | index | archive | help
you may want to use shell redirection commands:

*/5 * * * *	fetchmail >/dev/null 2>&1

Lord Raiden wrote:
>     I've got this one pesky little spammer that keeps sending me 
> messages and fetchmail keeps throwing errors because of this and it's 
> getting annoying.  Is there a way that I can get cron not to send error 
> reports about one particular event while still sending them for all the 
> others?  If not, is there a way to get cron to dump its error messages 
> to a file instead of emailing me each time it has a hickup with 
> fetchmail?  Thanks.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


-- 
Maxim Maximov
System Administrator
AGAVA Software (http://www.agava.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D648AE0.3020106>