|
Majordomo-Workers (May 1996) |
> We've been experiencing a problem lately, on 1.93, with the subscriber > lists being trashed. This has happened every once and awhile, but now it's > been happening more frequently. 1.93 never checked the return codes from the print to the new subscriber file, so it could quite happily write out an empty file since opens and closes of files usually succeed even when the disk is full or some other transient condition makes writes fail. 1.94a7 fixes all the known bugs in this area. --Chan
|