I have now uploaded a new patch to fix this error.
Please backout the last patch by mv Scrubber.py.orig Scrubber.py
and apply new patch like this
% patch < Scrubber.py.patch.030224.txt
in <source>/Mailman/Handlers
Then, make install and restart mailman qrunners.

Tokio

sumeet wrote:
i clearly don't know what i'm doing. I did a patch -p1 < yourfile on
/tmp/mailman.2.1.1/Mailman/Handlers/Scrubber.py when it asked me for which
file and then recompiled. Can you tell me exactly how to apply this patch?
Thanks alot. I then got:
[EMAIL PROTECTED] mailman-2.1.1]# python -S /list/cron/senddigests
Traceback (most recent call last):
  File "/list/cron/senddigests", line 94, in ?
    main()
  File "/list/cron/senddigests", line 86, in main
    mlist.send_digest_now()
  File "/list/Mailman/Digester.py", line 60, in send_digest_now
    ToDigest.send_digests(self, mboxfp)
  File "/list/Mailman/Handlers/ToDigest.py", line 123, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/list/Mailman/Handlers/ToDigest.py", line 295, in send_i18n_digests
    msg = scrubber(mlist, msg)
  File "/list/Mailman/Handlers/Scrubber.py", line 320, in process
    if not t.endswith('\n'):
AttributeError: 'NoneType' object has no attribute 'endswith'



------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to