summaryrefslogtreecommitdiffstats
path: root/network/squirrelmail/squirrelmail.cron
blob: 7556163a6f820e6c452f84008951200fc773fcb4 (plain)
#!/bin/sh

find /var/spool/squirrelmail/attach/ -type f -mtime +30 -print0 |
	xargs -0 rm -f >/dev/null 2>&1