a bit better handling of disappearing articles on a server.

it should now try the next server (if there is one)
not very well tested (euh, i haven't even tried to run it)

remove some debugging stuff that's no longer necessary
This commit is contained in:
Ward Wouts 2002-05-08 10:57:05 +00:00
parent d37aaf4c4a
commit 1b4dfd7464
2 changed files with 45 additions and 38 deletions

View file

@ -255,7 +255,7 @@ def get_multi(subj, group)
fileout.close
return mode, filename, body
end
print "unknown encoding (not UU, not yEnc), skipping...\n"
print " Unknown encoding (not UU, not yEnc), skipping...\n"
return false
end
end