PDA

View Full Version : [FQuest Notice] Python2.2 upgraded to Python 2.2.2


sheila
03-04-2003, 03:35 AM
FutureQuest is pleased to announce that Python2.2 has been upgraded to Python 2.2.2. This is primarily a bug fix release, with numerous patches to the Python standard library. Details are available here:
http://www.python.org/2.2.2/NEWS.txt

The path to the binary for Python 2.2.2 is /usr/bin/python2 .

The path to the binary for Python 1.5.2 is /usr/bin/python .

The path information is also available in your CNC via the "Server Info" link.

Enjoy. :)

Chipmunk
03-04-2003, 01:38 PM
Sheila, just noticed the following pattern in our EFM logs (email
addresses & paths removed to satisfy my paranoia). We only use EFM for
open relay testing - it works :-) GREAT in combo with SA!

[2003-03-04 04:01:34 25786] starting filter: command='emailfilter_1.py' sender=<spammer> recipient=<spammee> size=3745
[2003-03-04 04:01:34 25786]: emailfilter_1.py:151: DeprecationWarning: add_payload() is deprecated, use attach() instead.
[2003-03-04 04:01:34 25786]: container.add_payload(fp.read())
[2003-03-04 04:01:40 25786] exited 0

It's still blocking things, and it looks like a warning only, but I
wondered if this was related to the Python upgrade, and whether there's
something that we should change? Figured other :-) happy-FQ&EFM-ers
would wonder.

Thanks in advance! You guys rock!
C.T.Mandarino

sheila
03-04-2003, 06:08 PM
Thanks for the "heads up" on the warning messages in the logs. Yes, it is only a warning. There were changes in the email module's API in this latest release. I've been wanting to make some changes to the code, anyways, so will handle these warning messages at the same time.

;)