Bugs

2002/06/19: All future bugs reports can be submitted via the OdeiaVir Project page on SourceForge. If you want to submit bugs in OdeiaVir or monitor their status, click HERE.

2002/04/25: Nasty bug in 0.4.4 and 0.5.0pre5: infected message headers don't get sent. Quick fix while I don't get a new version out: open odeiavir.c, search for a line with fdi = open("headers.txt", O_RDONLY); and change it to fdi = open("parts/headers.txt", O_RDONLY); . D'oh!