]> git.proxmox.com Git - pmg-api.git/commit
fix #1679: do not delete old quarantine mails on cluster creation/join
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 1 Mar 2018 15:56:53 +0000 (16:56 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Mar 2018 05:12:43 +0000 (06:12 +0100)
commit8293a783e3134a3a044485871e0f6ad9195f7780
tree7eee0d4e99950492ecff4181cf61f8b6671d61a8
parent740736f49fb4802db724b05a976c22de45e92129
fix #1679: do not delete old quarantine mails on cluster creation/join

we did cleanup the non-clustered spool dirs for the quarantines
which meant that if you create a cluster, all quarantine mails
before that point are deleted, but not removed from the database

instead leave the spool dir where it is, so they can be viewed at
least from the node where they got quarantined

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/API2/Cluster.pm