Message 182190 - Python tracker

Message182190

Author christian.heimes
Recipients benjamin.peterson, christian.heimes, georg.brandl, giampaolo.rodola, hynek, larry
Date 2013-02-15.23:42:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360971742.31.0.302726700339.issue16040@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 3977 specifies:

  Command lines MUST NOT exceed 512 octets, which includes
  the terminating CRLF pair.

However NNTP also have multi-line data blocks. The RFC says nothing about the maximum length of a data line. We may need two limits here, one for command lines (2048 perhaps) and one much larger for data lines (a couple of MB?).

Can somebody check other implementations?
History
Date User Action Args
2013-02-15 23:42:22christian.heimessetrecipients: + christian.heimes, georg.brandl, larry, giampaolo.rodola, benjamin.peterson, hynek
2013-02-15 23:42:22christian.heimessetmessageid: <1360971742.31.0.302726700339.issue16040@psf.upfronthosting.co.za>
2013-02-15 23:42:22christian.heimeslinkissue16040 messages
2013-02-15 23:42:22christian.heimescreate