[Mailman-Users] Mailman + HTDig cron issue

Richard Barrett R.Barrett at ftel.co.uk
Mon Jul 29 11:00:40 CEST 2002


At 08:40 26/07/2002 +0300, Odhiambo Washington wrote:

>Since I am not a python coder, I thought I may ask the list about this:
>
>
>----- Forwarded message from Cron Daemon  -----
>
>Subject: Cron <mailman at ns2> /usr/local/bin/python2.2 -S 
>/usr/local/mailman/cron/nightly_htdig
>
>Traceback (most recent call last):
>   File "/usr/local/mailman/cron/nightly_htdig", line 52, in ?
>     from Mailman.Archiver import HyperArch
>   File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 855
>     "htdig_extras" = mm_cfg.HTDIG_EXTRAS,
>                    ^
>SyntaxError: invalid syntax
>
>----- End forwarded message -----
>

This is coding error that crept into the initial version of the 
mailman-htdig integration patch 444884 when it was built.  There is a 
replacement version posted as htdig-2.0.12-0.2.patch at 
http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 
and a comment saying the earlier version htdig-2.0.12-0.1.patch has an 
error in it and should not be used.

Alternatively edit the line in error to read:

         "htdig_extras": mm_cfg.HTDIG_EXTRAS,





More information about the Mailman-Users mailing list