Skip to content

prevent purging when deleting fwd of deleted iaddress

o@ungehorsam.ch requested to merge fixDeletionOfFwd into master

There is an edge-case, when removing the last forward of a deleted mail_object. E.g. email_user with fwd, first delete email_user, email_iaddress gets marked as deleted. Then delete fwd and the second delete triggers a purge. Instead the iaddress must be marked deleted and kept around to reserve the identifier.

Merge request reports