David,

Try this patch.

Tokio

--- CookHeaders.py.orig Sun Feb 9 15:13:27 2003
+++ CookHeaders.py Sat Feb 8 15:06:46 2003
@@ -219,6 +219,8 @@
# tracked (e.g. internally crafted, delivered to a single user such as the
# list admin).
prefix = mlist.subject_prefix
+ if not prefix:
+ return
subject = msg.get('subject', '')
# Try to figure out what the continuation_ws is for the header
if isinstance(subject, Header):


_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to