[Mailman-Developers] Subject's being mangled

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Sun Feb 9 15:45:26 EST 2003


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):




More information about the Mailman-Developers mailing list