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:
fox.cpp 2020-03-05 02:23:24 +03:00
parent 18fc48c6e6
commit 9b279735e8
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
32 changed files with 59 additions and 90 deletions

View file

@ -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