add another retry at 4 hours

This commit is contained in:
Ted Unangst 2019-08-05 20:41:57 -04:00
parent d6e536fed6
commit fd5d297188
1 changed files with 3 additions and 1 deletions

View File

@ -39,8 +39,10 @@ func sayitagain(goarounds int, username string, rcpt string, msg []byte) {
case 2:
drift = 1 * time.Hour
case 3:
drift = 12 * time.Hour
drift = 4 * time.Hour
case 4:
drift = 12 * time.Hour
case 5:
drift = 24 * time.Hour
default:
log.Printf("he's dead jim: %s", rcpt)