Page 1 of 1

Quarantine Maintenance

Posted: 18 Feb 2014 08:48
by buzzzo
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

Re: Quarantine Maintenance

Posted: 18 Feb 2014 22:00
by shawniverson
Hmm....this is a problem...

One is from mailscanner.

The other is from mailwatch.

We need to dump clean.quarantine.

Posting issue...https://github.com/E-F-A/v3/issues/51