Re: [Mailman-Users] cron/senddigests - error

2008-02-08 Thread Mark Sapiro
Con Wieland wrote: >So what am I missing. Everything looks good except: > > filename*0="[NACS-Staff] Time to order Girl Scout cookie's >if you want > "; filename*1="them.eml" > >I removed the ' from cookie's and I still get: > You may have missed it, but I said: >> >> There

Re: [Mailman-Users] cron/senddigests - error

2008-02-08 Thread Con Wieland
So what am I missing. Everything looks good except: filename*0="[NACS-Staff] Time to order Girl Scout cookie's if you want "; filename*1="them.eml" I removed the ' from cookie's and I still get: bash-2.05$ ~mailman/cron/senddigests -l nacs-staff Traceback (most recent call l

Re: [Mailman-Users] cron/senddigests - error

2008-02-08 Thread Mark Sapiro
Con Wieland wrote: > >Your right on. I found the list but it has has been around for a long >time and has a very large archive. Any ideas on how to narrow down >the search? I'm not real sure where I'm looking for this. The problem message is in the lists//digest.mbox file, not in the archive

Re: [Mailman-Users] cron/senddigests - error

2008-02-08 Thread Con Wieland
Mark, Your right on. I found the list but it has has been around for a long time and has a very large archive. Any ideas on how to narrow down the search? I'm not real sure where I'm looking for this. thanks con On Feb 7, 2008, at 2:33 PM, Mark Sapiro wrote: > Stephen J. Turnbull wrote: > >>

Re: [Mailman-Users] cron/senddigests - error

2008-02-07 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Con Wieland writes: > > > version 2.1.4 > > > > The odd thing though is it has only been happening the last couple of > > weeks > >Could be due to a new poster with a busted MTA, or an old poster with >a busted MTA who recently started using non-ASCII in MIME headers

Re: [Mailman-Users] cron/senddigests - error

2008-02-07 Thread Stephen J. Turnbull
Con Wieland writes: > version 2.1.4 > > The odd thing though is it has only been happening the last couple of > weeks Could be due to a new poster with a busted MTA, or an old poster with a busted MTA who recently started using non-ASCII in MIME headers. Maybe it's fixed in recent Mailman

Re: [Mailman-Users] cron/senddigests - error

2008-02-07 Thread Con Wieland
version 2.1.4 The odd thing though is it has only been happening the last couple of weeks con On Feb 7, 2008, at 10:07 AM, Stephen J. Turnbull wrote: > Con Wieland writes: >>File "/usr/local/mailman/pythonlib/email/Utils.py", line 337, in >> decode_params >> charset, language, value

[Mailman-Users] cron/senddigests - error

2008-02-07 Thread Stephen J. Turnbull
Con Wieland writes: >File "/usr/local/mailman/pythonlib/email/Utils.py", line 337, in > decode_params > charset, language, value = decode_rfc2231(EMPTYSTRING.join(value)) >File "/usr/local/mailman/pythonlib/email/Utils.py", line 284, in > decode_rfc2231 > charset, langua

[Mailman-Users] cron/senddigests - error

2008-02-07 Thread Con Wieland
Any ideas why I get the this? /usr/local/bin/python -S /usr/local/mailman/cron/senddigests produced the following output: Traceback (most recent call last): File "/usr/local/mailman/cron/senddigests", line 94, in ? main() File "/usr/local/mailman/cron/senddigests", line 86, in main

[Mailman-Users] cron/senddigests error

2003-02-02 Thread Dan Phillips
I suppose I may have created this problem by commenting out the inclusion of all but from, to, cc and subject in /mailman/handlers/ToDigest.py, but it hasn't created problems for any other lists, or previous digests. This error message came today: Traceback (most recent call last): File "/Use