Sorry, I think its the line that says 
 
# Look at the first N lines and see if there is any administrivia on the
# line. BAW: N is currently hardcoded to 5. str-ify the Subject: header
# because it may be an email.Header.Header instance rather than a string.

bodylines = lines[:20]

Thanks,

Subha

        -----Original Message----- 
        From: [EMAIL PROTECTED] on behalf of Subha Subramanian 
        Sent: Wed 4/7/2004 4:13 PM 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: [Mailman-Users] Placing the confirmation string in email bodyinstead 
of the Subject
        
        

        Hi,
        
         I was wondering if you could tell me which file to edit to make
        mailman parse the whole email.
        
        I think in the Utils.py file, around line 518 , it checks against the default 
number of lines.
        
        if linecnt > mm_cfg.DEFAULT_MAIL_COMMANDS_MAX_LINES:
        
        Any idea where I can find this?
        
        -Subha
        
        

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to