mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Address several TODO comments
Several comments were removed since they are not worth the trouble. A few minor issues were addressed. Most of remaining comments got corresponding GitHub issues assigned.
This commit is contained in:
parent
18fc48c6e6
commit
9b279735e8
32 changed files with 59 additions and 90 deletions
|
@ -625,7 +625,7 @@ func (q *Queue) readDiskQueue() error {
|
|||
return err
|
||||
}
|
||||
|
||||
// TODO: Rewrite this function to pass all sub-tests in TestQueueDelivery_DeserializationCleanUp/NoMeta.
|
||||
// TODO(GH #209): Rewrite this function to pass all sub-tests in TestQueueDelivery_DeserializationCleanUp/NoMeta.
|
||||
|
||||
loadedCount := 0
|
||||
for _, entry := range dirInfo {
|
||||
|
@ -864,7 +864,7 @@ func (q *Queue) emitDSN(meta *QueueMetadata, header textproto.Header, failedRcpt
|
|||
return
|
||||
}
|
||||
|
||||
dsnID, err := msgpipeline.GenerateMsgID()
|
||||
dsnID, err := module.GenerateMsgID()
|
||||
if err != nil {
|
||||
q.Log.Error("rand.Rand error", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue