Donate Share

Active Spam Killer

Code

Programming Languages: Python

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@a-s-k.cvs.sourceforge.net:/cvsroot/a-s-k login

cvs -z3 -d:pserver:anonymous@a-s-k.cvs.sourceforge.net:/cvsroot/a-s-k co -P modulename

Show:

What's happening?

  • Patch for python 2.6

    In fedora 11 python 2.6 is used, this gives problems with ask, because it uses the deprecated modules md5 and mimfy. This patch solves this issue.

    2009-11-28 20:55:22 UTC by tigerp

  • Followup: RE: Python error

    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...

    2009-11-28 20:46:54 UTC by tigerp

  • Python error

    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...

    2009-09-04 11:20:21 UTC by evilsmo

Our Numbers