code cleanup

This commit is contained in:
Michiel Broek
2004-09-27 13:02:58 +00:00
parent 1ef0643fcc
commit 13808e3803
4 changed files with 3 additions and 24 deletions

View File

@@ -1087,7 +1087,7 @@ int ftn2rfc(faddr *f, faddr *t, char *subj, char *origline, time_t mdate, int fl
Send(newsmode, temp);
sprintf(temp,"X-Origin-Date: %s\n", rfcdate(mdate));
Send(newsmode, temp);
} else if ((mdate < now-14*24*60*60) && (mdate > time(&now)-RESTAMP_OLD_POSTINGS*24*60*60)) {
} else if ((mdate < now-14*24*60*60) && (mdate > time(&now)-21*24*60*60)) {
/*
* Restamp old postings
*/