mox/queue
Mechiel Lukkien 40ade995a5
improve queue management
- add option to put messages in the queue "on hold", preventing delivery
  attempts until taken off hold again.
- add "hold rules", to automatically mark some/all submitted messages as "on
  hold", e.g. from a specific account or to a specific domain.
- add operation to "fail" a message, causing a DSN to be delivered to the
  sender. previously we could only drop a message from the queue.
- update admin page & add new cli tools for these operations, with new
  filtering rules for selecting the messages to operate on. in the admin
  interface, add filtering and checkboxes to select a set of messages to operate
  on.
2024-03-18 08:50:42 +01:00
..
direct.go unbreak enforcing dane since previous commits 2024-03-07 11:19:08 +01:00
dsn.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00
queue.go improve queue management 2024-03-18 08:50:42 +01:00
queue_test.go improve queue management 2024-03-18 08:50:42 +01:00
submit.go queue: deliver to multiple recipients in a single smtp transaction 2024-03-07 10:07:53 +01:00