Quarantine Maintenance
Posted: 18 Feb 2014 08:48
Hi
Playing around the cron jobs dir I have found two scripts responsbile of quarantine cleanup:
1) clean.quarantine
2) /usr/local/bin/mailwatch/tools/Cron_jobs/quarantine_maint.php --clean (in mailwatch)
Showing the source code i've seen that basically:
1) clean.quarantine is a simple shell script that cleanup the spool dir
2) quarantine_maint.php is a little bit complicated: update the db table and the spool dir
My sensation is that is a little bit redundant to have two scripts that basically do the same thing.
Am i right or am i missing something ?
Thx
Playing around the cron jobs dir I have found two scripts responsbile of quarantine cleanup:
1) clean.quarantine
2) /usr/local/bin/mailwatch/tools/Cron_jobs/quarantine_maint.php --clean (in mailwatch)
Showing the source code i've seen that basically:
1) clean.quarantine is a simple shell script that cleanup the spool dir
2) quarantine_maint.php is a little bit complicated: update the db table and the spool dir
My sensation is that is a little bit redundant to have two scripts that basically do the same thing.
Am i right or am i missing something ?
Thx