Re: [Mailman-Users] Uncaught runner exception: 'utf8' codeccan'tdecode bytes in position 1-4: invalid data

2005-09-11 Thread Mark Sapiro
Aliet Santiesteban Sifontes wrote: >Thank's Mark, how could I find the bad message, You have to look through the digest.mbox file and find Content-Disposition: headers. Typically, such a header might look like Content-Disposition: attachment; filename="Some_name.ext" In your case, the

Re: [Mailman-Users] Uncaught runner exception: 'utf8' codec can'tdecode bytes in position 1-4: invalid data

2005-09-11 Thread Aliet Santiesteban Sifontes
Thank's Mark, how could I find the bad message, I'm worried because If I can make the list work again, I have the risk this happens again, is there any patch for this??. I think that this can be a potencial dos attack to other lists on the net. Best regards --- Mark Sapiro <[EMAIL PROTECTED]> wrot

Re: [Mailman-Users] Hello & Question about compile error under OS X10.4.2

2005-09-11 Thread Mark Sapiro
Jakko Westerbeke wrote: > >But: I wouldn't have joined this list if I didn't have a problem with >Mailman that I can't figure out the solution to ... I'm trying to set up >Mailman 2.1.6 on a Mac running OS X 10.4.2, with Apple's default >installation of Python 2.3.5. The system is pretty much clean

Re: [Mailman-Users] htdig integration broken after upgrade

2005-09-11 Thread Mark Sapiro
Odhiambo Washington wrote: > >I recently upgraded a 2.1.3 install to 2.1.5 (along with >htdig-2.1.5-0.1.patch and indexing-2.1.5-0.1.patch) and now >htdig/archive searches are failing for the following error: > > >After the fixes, and after running the nightly_htdig script again as >the mailman us

[Mailman-Users] Hello & Question about compile error under OS X 10.4.2

2005-09-11 Thread Jakko Westerbeke
Hello, My first post to this list, so first up I want to say "Hi" to everyone here :) But: I wouldn't have joined this list if I didn't have a problem with Mailman that I can't figure out the solution to ... I'm trying to set up Mailman 2.1.6 on a Mac running OS X 10.4.2, with Apple's default ins

Re: [Mailman-Users] Uncaught runner exception: 'utf8' codec can'tdecode bytes in position 1-4: invalid data

2005-09-11 Thread Mark Sapiro
Aliet Santiesteban Sifontes wrote: >Hi list, I'm running mailman for several lists on >debian sarge, mailman-2.1.5-8, suddenly one of of the >lists stops working, maybe by spam or dos attack using >a bug in mailman, here the error, any ideas on how ti >fix this??: >Sep 11 13:34:35 2005 (12535) Unc

[Mailman-Users] Uncaught runner exception: 'utf8' codec can't decode bytes in position 1-4: invalid data

2005-09-11 Thread Aliet Santiesteban Sifontes
Hi list, I'm running mailman for several lists on debian sarge, mailman-2.1.5-8, suddenly one of of the lists stops working, maybe by spam or dos attack using a bug in mailman, here the error, any ideas on how ti fix this??: Sep 11 13:34:35 2005 (12535) Uncaught runner exception: 'utf8' codec can't

Re: [Mailman-Users] Your membership in the mailing list XYZ has beendisabled due to excessive bounces

2005-09-11 Thread Mark Sapiro
James wrote: > I got unsubscribed from my own list because of "Your membership in the >mailing list XYZ has been disabled due to excessive bounces". I don't get >it. I didn't send any emails to the list so how could there be any >'excessive bounces'. > Two questions: > 1) Why am I getting this

Re: [Mailman-Users] Mail to -bounces address

2005-09-11 Thread Mark Sapiro
Ashley M. Kirchner wrote: > >I'm receiving a lot of spam that comes in to our lists' >[EMAIL PROTECTED] address. And mailman will dutifully tell me they're >Uncaught bounces. All fine and well, but is there some way I can simply >avoid that all together? I can't block that email address,

[Mailman-Users] Your membership in the mailing list XYZ has been disabled due to excessive bounces

2005-09-11 Thread James
I got unsubscribed from my own list because of "Your membership in the mailing list XYZ has been disabled due to excessive bounces". I don't get it. I didn't send any emails to the list so how could there be any 'excessive bounces'. Two questions: 1) Why am I getting this message? 2) Is there

Re: [Mailman-Users] Maildir Problem - Part 1

2005-09-11 Thread Mark Sapiro
Brad Knowles wrote: > > Mailman doesn't use Maildir for message input. It only uses it >for message storage, as an alternative to 7th edition mbox format. > > This may not have been obvious from the documentation, and we >should work to correct that. Actually, it appears that the OP

[Mailman-Users] Mail to -bounces address

2005-09-11 Thread Ashley M. Kirchner
I'm receiving a lot of spam that comes in to our lists' [EMAIL PROTECTED] address. And mailman will dutifully tell me they're Uncaught bounces. All fine and well, but is there some way I can simply avoid that all together? I can't block that email address, can I? -- H | I haven't lost

Re: [Mailman-Users] Maildir Problem - Part 2

2005-09-11 Thread Mark Sapiro
Greg Burnett / Ascend Network wrote: > >[destination] >type = Maildir >user = mmuser >path = /home/mmmail/ It looks from the code that MaildirRunner expects the mail to be delivered to the directory mm_cfg.MAILDIR_DIR/new. the default for MAILDIR_DIR is $var_prefix/qfiles. It seems you have to ei

Re: [Mailman-Users] Maildir Problem - Part 1

2005-09-11 Thread Brad Knowles
At 12:12 PM -0400 2005-09-11, Greg Burnett / Ascend Network wrote: > I am trying to set up my mailman get my messages from my maildir using > qrunner > and the USE_MAILDIR option. I have getmail that successfully imports my > mail > from my pop account to the maildir but that is where it stop

[Mailman-Users] Maildir Problem - Part 2

2005-09-11 Thread Greg Burnett / Ascend Network
My .getmail --> [retriever] type = SimplePOP3Retriever server = pop.ascendnetwork.com username = [EMAIL PROTECTED] password = jonathan [destination] type = Maildir user = mmuser path = /home/mmmail/ [options] verbose = 2 received = false message_log = ~/.getmail/lo

[Mailman-Users] Maildir Problem - Part 1

2005-09-11 Thread Greg Burnett / Ascend Network
I am trying to set up my mailman get my messages from my maildir using qrunner and the USE_MAILDIR option. I have getmail that successfully imports my mail from my pop account to the maildir but that is where it stops. Here are is the configuration: My mm_cfg.py-->

[Mailman-Users] htdig integration broken after upgrade

2005-09-11 Thread Odhiambo Washington
Hello users, I have searched the archives for this one and I did not get any answers that would help my situation, though I did get some clues.. I recently upgraded a 2.1.3 install to 2.1.5 (along with htdig-2.1.5-0.1.patch and indexing-2.1.5-0.1.patch) and now htdig/archive searches are failing f

Re: [Mailman-Users] "OverflowError: long int too large to convertto int"

2005-09-11 Thread Marcel Meyer
Hi, Am Donnerstag, 8. September 2005 02:28 schrieben Sie: > Tokio Kikuchi wrote: > >Marcel Meyer wrote: > >> Some lists are no longer (worked before - no configuration or software > >> update occured) delivered. All messages are shunted. The errorlog says > >> the following: > >> > >> [...] > >> O