Custom Query (44 matches)
Results (19 - 21 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#78 | fixed | Add support for Python 3.0 | ||
Description |
Python 3.0 was released on December, 3rd 2008. The syntax currently used in Python 2.x scripts shipped with INN is not compatible with the new version. Therefore, innd and nnrpd Python filters should be reviewed and made compatible with both Python 2.x and 3.0. Compilation with Python 3.0 API should also be checked (new functions to use? no issue when building INN with Python support?) Also be sure that INN compiles fine with Python 2.5.x and 2.6.x. |
|||
#81 | fixed | mailpost tries to write to pathtmp | ||
Description |
mailpost tries to store its message ID database in INN's pathtmp, but since it's usually running as the mail system (often daemon) rather than as news, this fails. |
|||
#82 | fixed | mailpost needs better debugging traces | ||
Description |
There were some complaints that running mailpost with debugging enabled still didn't produce any messages even when things weren't working. It should be more verbose when debugging is enabled. |