just what it sounds like. similar to simplenews features that allow the monitoring of send progress, although it would be nice to allow deletion of records as well.

quick thought: deletion would have to be a queued process as well, marking the row for deletion and a check/drop run before each cron mailing process if possible.

some type of notice on the management page saying the deletion will be attempted before next run but the mail to that sender may already have begun to be processed.. and a follow up success/failed "deleted before sent" or "revoked" noted in the record as well.. it could possibly take 2 cron runs to delete a record and know if a deletion was done before the mail was sent ("successfully revoked") because of the possibility of concurrent cron runs and error/issue checking...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

claudiu.cristea’s picture

While we rely on Views Bulk Operations (and View), why not...

  1. Implement a default View based on send queue
  2. Define a new VBO action: "Delete spooled messages"?

Just an idea...

claudiu.cristea’s picture

Title: Mail send queue management » Queue management
Assigned: Unassigned » claudiu.cristea
claudiu.cristea’s picture

Status: Active » Needs review
FileSize
31.71 KB

A first patch for reviewing.

hansfn’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

No more new features for the D6 version.