Custom Query (44 matches)
Results (31 - 33 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#13 | fixed | gpgverify uses attached signature verifications | ||
Description |
gpgverify uses the old attached signature verification method, which doesn't work properly for new-style GnuPG signatures that require Hash headers for attached signatures. Given that pgpverify does the right thing and gpgverify was added just because it was a simplified version that assumed GnuPG, perhaps it should be removed. |
|||
#144 | fixed | inews rejects valid headers | ||
Description |
inews wrongly rejects articles that contain header fields whose length exceeds 998 bytes. That length should be the one of a header line, not a whole header field. Reported by Jeffery Small in inn-workers. |
|||
#110 | wontfix | innd and nnrpd do not advertise IHAVE for the entire session | ||
Description |
According to RFC 3977, section 3.4.1:
If IHAVE has been advertised, it will not necessarily be advertised for the entire session. innd and nnrpd only advertise the IHAVE capability when it is really available. Impact: Probably none. It is sort of a weird edge case, since having such basic commands disappear after authentication is a little odd and would require an unusual configuration. It is probably not worth fixing. Besides, such a fix seems to partly defeat the point of the capability system. |