- Timestamp:
- 03/03/09 13:30:31 (4 years ago)
- File:
-
- 1 edited
-
etc/cron.hourly/qtp-clean-spam (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
etc/cron.hourly/qtp-clean-spam
r46 r66 1 1 #!/bin/sh 2 3 # 12/12/08 - shubes <ejs@shubes.net> 4 # fixed bug with large number of domains/users 2 5 3 6 # 09/02/08 - shubes <ejs@shubes.net> … … 42 45 43 46 if [ -n "${PATH_SPAM}" ]; then 44 for each in "${PATH_SPAM}"; do47 for each in ${PATH_SPAM} ; do 45 48 FILES_TO_DELETE="`find ${each} -type f -ctime +$TOO_OLD`" 46 49 if [ -n "${FILES_TO_DELETE}" ]; then
Note: See TracChangeset
for help on using the changeset viewer.

