[Mailman-Users] Placing the confirmation string in email bodyinstead of the Subject
Subha Subramanian
subha at gotomedia.com
Thu Apr 8 01:15:38 CEST 2004
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: mailman-users-bounces at python.org on behalf of Subha Subramanian
Sent: Wed 4/7/2004 4:13 PM
To: mailman-users at python.org
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
More information about the Mailman-Users
mailing list