katzenpost / mailproxy

POP/SMTP to Katzenpost proxy server library
GNU Affero General Public License v3.0
4 stars 5 forks source link

send: Group multi-recipient messages together in the queue. #8

Open Yawning opened 6 years ago

Yawning commented 6 years ago

Right now, each recipient of a message gets their own copy of the message, with it's corresponding mail queue entry. This is sub-optimal from a scheduling perspective since it means that a single message can explode into lots of messages in a FIFO queue.

This should be solved somehow.