you can remove the "import md5" from the askconfig.py
And here is a diff for the askmessage.py:
--- askmessage.py.orig 2009-11-28 21:30:16.000000000 +0100
+++ askmessage.py 2009-11-28 21:30:52.000000000 +0100
@@ -27,11 +27,11 @@
import sys
import string
import rfc822
-import md5
+import hashlib
import re
import time
import...
I receive this error on Fedora 11 python-2.6-7.fc11
/usr/lib/ask/askmessage.py:30: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/usr/lib/ask/askmessage.py:34: DeprecationWarning: the mimify module is deprecated; use the email package instead
import mimify
Attention:
/The system could not deliver your message due to a technical problem...