R David Murray added the comment:

Yes, 10 lines.  It happens in mailgw.py in the parseContent routine:

     elif signature.match(lines[0]) and 2 <= len(lines) <= 10:
        # lose any signature
        break

that would also be the routine to modify if one wanted to improve the algorithm 
for detecting quoted text so that it didn't delete doctest-like snippets.

----------
nosy: +r.david.murray

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue491>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to