mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
e2924af8d2
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. |
||
---|---|---|
.. | ||
direct.go | ||
dsn.go | ||
hook.go | ||
hook_test.go | ||
localserve.go | ||
queue.go | ||
queue_test.go | ||
submit.go | ||
suppression.go | ||
suppression_test.go |