# TODO who should be getting emails from cron
# TODO what emails should cron actually be sending that are useful to people?
MAILTO=brendonj@caida.org

# TODO can we remove the files immediately after they are processed instead?
# delete old team-probing files that should have been processed
40 * * * * ark (cd /staging/team-probing.daily && find . -type f -mtime +14 -delete) >/dev/null 2>&1
