Go to file
Stoiko Ivanov 0345bd6ba8 fix #6126: do not deliver/delete quarantined mails multiple times
This was reported through our enterprise support and was easy to
reproduce.

When clicking on the action-links in the spamreport multiple times the
action was equally done multiple times, which was surprising
especially when you deliver a quarantined mail more than once.

As quarantined mail-files are not deleted upon deliver/delete (mails
can have multiple recipients), but asynchronously after the quarantine
lifetime they are only marked with status 'D'.

Use this information to prevent multiple deliveries and superfluous
database updates.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Tested-by: Christian Ebner <c.ebner@proxmox.com>
2025-02-21 17:59:03 +01:00
debian bump version to 8.1.6 2024-12-14 14:57:35 +01:00
src fix #6126: do not deliver/delete quarantined mails multiple times 2025-02-21 17:59:03 +01:00
.gitignore gitignore: add rules for generated doc-files and source-packages 2024-10-03 16:38:08 +02:00
Makefile buildsys: fix setting version & release metadata for pmgcfg generation 2023-06-28 08:04:44 +02:00