This has been discussed before on this and other lists and is being discussed right now on [EMAIL PROTECTED] (see <http://mail.python.org/pipermail/email-sig/2008-June/thread.html>).
Ah ok, that looks promising. Sorry, I did Google around a fair bit but I guess I was using the wrong keywords...
Does anyone know if there's a way to do this, or whereabouts in the code I should start looking?Search for '\t' in Mailman/Handlers/CookHeaders.py. Some (most) occurrences can be replaced with ' '. I think the only one that can't be changed is if len(lines) > 1 and lines[1] and lines[1][0] in ' \t': ws = lines[1][0]
Excellent, thanks for that! I'll try it now. Cheers, Adam. ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
