X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsmtpqueue.c;h=b03c4e0dcdce4d18dfd2efe15f4aaf3e62a7378d;hb=dce0a5f39c40ebf63f06c4ad6549e09bce672f2d;hp=45389ee5579389080991f844aa9251548bdb94db;hpb=6f0ce13f19d957b112df8dc4cdc2fd86f1f92955;p=citadel.git diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 45389ee55..b03c4e0dc 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -524,9 +524,7 @@ void QItem_Handle_Recipient(OneQueItem *Item, StrBuf *Line, const char **Pos) void QItem_Handle_retry(OneQueItem *Item, StrBuf *Line, const char **Pos) { - Item->Retry = - StrBufExtractNext_int(Line, Pos, '|'); - Item->Retry *= 2; + Item->Retry = StrBufExtractNext_int(Line, Pos, '|'); }