on redelivery, try shared again too

This commit is contained in:
Ted Unangst 2019-04-16 14:55:32 -04:00
parent ca85e502d2
commit 0997e57525
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ func deliverate(goarounds int, username string, rcpt string, msg []byte) {
return
}
inbox = box.In
if box.Shared != "" {
inbox = box.Shared
}
}
err := PostMsg(keyname, key, inbox, msg)
if err != nil {