on redelivery, try shared again too
This commit is contained in:
parent
ca85e502d2
commit
0997e57525
|
@ -68,6 +68,9 @@ func deliverate(goarounds int, username string, rcpt string, msg []byte) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
inbox = box.In
|
inbox = box.In
|
||||||
|
if box.Shared != "" {
|
||||||
|
inbox = box.Shared
|
||||||
|
}
|
||||||
}
|
}
|
||||||
err := PostMsg(keyname, key, inbox, msg)
|
err := PostMsg(keyname, key, inbox, msg)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue