scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

FileExistsError on trying to lock mh folder for delivery #156

Closed scanner closed 2 months ago

scanner commented 2 months ago

Apparently some poor contention while trying to lock a folder to deliver email can result in this failure.

Should probably catch the error, and retry if it fails.