Custom Query (44 matches)
Results (25 - 27 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#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. |
|||
#73 | fixed | news2mail's crosspost handling code generates bad To headers | ||
Description |
news2mail uses the following to generate the To header: print SM "To: @a\n\n"; If there are multiple addresses, this generates a broken header since it uses a bare space as a delimiter. sendmail will then turn this into a dot and corrupt the header. It needs to use a comma instead. |