Sergio, the deleted_flag has nothing to do with the phased deletion of messages by dbmail-util.
deleted_flag means those message are flagged for deletion by an IMAP client. They will not be deleted at all until the mailbox involved is EXPUNGED. With EXPUNGE, dbmail-imapd will update the status for all those messages and set the status field to 2. Only after that is done will dbmail-util -dy queue them for purging (status=3), or will dbmail-util -py actually remove all messages with status=3 sergio wrote: > Hello, > > i have about four hundreds of mail with deleted_flag > after dbmail-util -a -y. > > mysql> select count( deleted_flag ) from dbmail_messages where > deleted_flag=1; > +-----------------------+ > | count( deleted_flag ) | > +-----------------------+ > | 430 | > +-----------------------+ > 1 row in set (0.00 sec) > > -- > sergio. > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
