|
Lines 2-14
Link Here
|
| 2 |
bin/qmail-scanner-queue.pl |
2 |
bin/qmail-scanner-queue.pl |
| 3 |
%%SPOOLDIR%%/quarantine-attachments.sample |
3 |
%%SPOOLDIR%%/quarantine-attachments.sample |
| 4 |
%%SPOOLDIR%%/quarantine-attachments.txt |
4 |
%%SPOOLDIR%%/quarantine-attachments.txt |
| 5 |
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>1 || true |
5 |
@unexec rmdir %%SPOOLDIR%%/archives/cur 2>/dev/null || true |
| 6 |
@unexec rmdir %%SPOOLDIR%%/archives/new 2>1 || true |
6 |
@unexec rmdir %%SPOOLDIR%%/archives/new 2>/dev/null || true |
| 7 |
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>1 || true |
7 |
@unexec rmdir %%SPOOLDIR%%/archives/tmp 2>/dev/null || true |
| 8 |
@unexec rmdir %%SPOOLDIR%%/archives 2>1 || true |
8 |
@unexec rmdir %%SPOOLDIR%%/archives 2>/dev/null || true |
| 9 |
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>1 || true |
9 |
@unexec rmdir %%SPOOLDIR%%/quarantine/cur 2>/dev/null || true |
| 10 |
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>1 || true |
10 |
@unexec rmdir %%SPOOLDIR%%/quarantine/new 2>/dev/null || true |
| 11 |
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>1 || true |
11 |
@unexec rmdir %%SPOOLDIR%%/quarantine/tmp 2>/dev/null || true |
| 12 |
@unexec rmdir %%SPOOLDIR%%/quarantine 2>1 || true |
12 |
@unexec rmdir %%SPOOLDIR%%/quarantine 2>/dev/null || true |
| 13 |
@unexec rmdir %%SPOOLDIR%%/tmp 2>1 || true |
13 |
@unexec rmdir %%SPOOLDIR%%/tmp 2>/dev/null || true |
| 14 |
@unexec rmdir %%SPOOLDIR%% 2>1 || true |
14 |
@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true |