mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 22:47:37 +03:00
Remove deprecated 0.3 module name aliases
This commit is contained in:
parent
e0792c2dbb
commit
956e9ed65f
23 changed files with 0 additions and 25 deletions
|
@ -995,6 +995,5 @@ func (q *Queue) emitDSN(meta *QueueMetadata, header textproto.Header, failedRcpt
|
|||
}
|
||||
|
||||
func init() {
|
||||
module.RegisterDeprecated("queue", "target.queue", NewQueue)
|
||||
module.Register("target.queue", NewQueue)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue