Advertisement

1 - 2 of 2 containing alltags:("bash, cron") (0.001 seconds)
I'm looking for a cron script or other way to periodically and automatically empty the spam box that can be enabled via Cpanel's SpamAssassin?  I'm looking for a way to empty it based on time and f...
Zones: sh, bashDate Answered: 05/09/2008 Grade: A Views: 4
I need to run a script to empty out my SpamAssassin spam box - specifically, it should empty mails older than 30 days: find path -mtime +30 -exec rm {} \; My question is - what do I need to r...
Zones: sh, bashDate Answered: 07/29/2008 Grade: A Views: 7
  • 1