Custom Query (44 matches)
Results (16 - 18 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#71 | fixed | mailpost should close files on -c | ||
Description |
To get sendmail to continue before "mailpost -c ..." is finished, stdout and stderr have to be redirected, since mailpost -c doesn't close its file descriptors in the child and therefore sendmail never gets an EOF. |
|||
#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. |
|||
#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. |