Marc-Andre Lemburg added the comment:

On 07.11.2012 13:40, R David Murray wrote:
> 
> 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.

Wouldn't it make sense to remove the <= 10 limit altogether ?

Apart from longer signatures, Forwarding emails inline will also
result in more than 10 lines being in the email after the "-- ".

Does anyone have contact to someone who could make such a change ?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Nov 07 2012)
>>> Python Projects, Consulting and Support ...   http://www.egenix.com/
>>> mxODBC.Zope/Plone.Database.Adapter ...       http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/

_______________________________________________________
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