On Monday, June 4, 2001, at 10:21 PM, Barry A. Warsaw wrote:

>
>>>>>> "S" == Steph  <[EMAIL PROTECTED]> writes:
>
>     S> Here are some facts: * The digest came out incomplete -- it
>     S> broke off in the middle of one of the messages.
>
> Take a look at Mailman's error log file, $prefix/logs/error to see if
> you're getting any Python tracebacks.

if the log shows nothing, I've seen this before. turns out a user had an 
embedded NUL character (ascii 0), and it caused the file I/O routines to 
see a premature EOF. Mailman needs to protect itself from this by 
stripping weird ascii characters as the messages enter the system...


--
Chuq Von Rospach, Internet Gnome <http://www.chuqui.com>
[<[EMAIL PROTECTED]> = <[EMAIL PROTECTED]> = <[EMAIL PROTECTED]>]
Yes, yes, I've finally finished my home page. Lucky you.

   To the optimist, the glass is half full.
   To the pessimist, the glass is half empty.
   To the engineer, the glass is twice as big as it needs to be.



------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to