mox/queue
Mechiel Lukkien e2924af8d2
ensure senderaccount is always set for messages in queue
before, the smtpserver that queued a dsn would set an empty senderaccount,
which was interpreted in a few places as the globally configured postmaster
cacount. the empty senderaccount would be used by the smtpserver that queued a
dsn with null return path. we now set the postmaster account when we add a
message to the queue. more code in the queue pretty much needs a non-empty
senderaccount, such as the filters when listing, and the suppression list.
2024-04-28 11:03:47 +02:00
..
direct.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
dsn.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
hook.go ensure senderaccount is always set for messages in queue 2024-04-28 11:03:47 +02:00
hook_test.go fix potential endless loop during queue msg/hook pagination when environment has TZ UTC, triggered by tests introduced in previous test 2024-04-16 14:18:11 +02:00
localserve.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
queue.go ensure senderaccount is always set for messages in queue 2024-04-28 11:03:47 +02:00
queue_test.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
submit.go localserve: change queue to deliver to localserve smtp server 2024-04-24 11:40:22 +02:00
suppression.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00
suppression_test.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00