Hi,

> > 1) After deleting a quarantined message in Baruwa - I would expect
> > the message to disappear in Baruwa ( or perhaps being marked as
> > "deleted"). 
> 
> The message details remaining on the system is by design, deleting
> only removes the quarantined message from disk.


I understood the Quarantine list as a way to to be able to handle the
hold messages that need some admin (or user) action and so I was
expecting the deleted messages to be removed from the Quarantine list
(and to remain in the full list) once the user or the admin has set its
final destiny (ie. to be deleted) and keep in the Quarantine list only
those messages that need some action.

In a quick look at the code I found this:

if quarantine_form.cleaned_data['todelete']:
#delete
import os
if os.path.exists(file_name):
        try:
                os.remove(file_name)
                message_details.quarantined = 0
                message_details.save()

With "message_details.quarantined = 0" making me think the message
indeed should not be shown in the Quarantine list anymore and me looking
for time to debug what seemed to be an issue in our installation and not
the expected behavior.

Should I understand from this message thread that that is indeed the
expected behavior (and not a problem with our installation) or your
response does not refer to the quarantine list?

Thank you in advance. Best regards,

-- 
Alberto Caso <[email protected]>
Junta de Extremadura.
Vicepresidencia Primera y PortavocĂ­a.
Servicio de Infraestructuras y Sistemas.

_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to