Hello
When I want to do some maintenance on the postfix mail queue through the admin web view (e.g. removing auto responding spam messages) the click on e.g. "Delete" has no effect.
Browser console tells this:
Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at onClick (MailQ.js:85:43)
The workaround via the native postfix queue manipulation feels hacky.
mailq
postsuper -d <queue_id>
Despite of that it is very annoying if you check mails from the queue and another refresh kicks in -> every selected mail is deselected again..
Hello
When I want to do some maintenance on the postfix mail queue through the admin web view (e.g. removing auto responding spam messages) the click on e.g. "Delete" has no effect.
Browser console tells this:
The workaround via the native postfix queue manipulation feels hacky.
mailqpostsuper -d <queue_id>Despite of that it is very annoying if you check mails from the queue and another refresh kicks in -> every selected mail is deselected again..