Re: [Mailman-Users] Adjusting Digest Settings

2006-08-01 Thread Mark Sapiro
Drew Tenenholz wrote: > >mailman version 2.1.4 (yes, the original one packaged with Mac OS >10.3 Server [aka Panther Server] ) >digestable=yes >digest_size_threshold=150 (kb) >digest_send_periodic=yes > >So, I expect a daily digest if there are any posts, and multiple >digests on a single day if

[Mailman-Users] Adjusting Digest Settings

2006-08-01 Thread Drew Tenenholz
Folks -- I thought I understood the digest settings, but... I am currently serving up just one list with mailman, and it is set for both English and Russian language localization. The posts are in Russian/Cyrillic. This is working, but I am having trouble with the digests. I think the relev

Re: [Mailman-Users] message body is blank for some users

2006-08-01 Thread Mark Sapiro
Mark Sapiro wrote: > >The message is a single HTML part. > >What are the Content Filtering settings for your list? > >I am guessing that you accept text/html and that >convert_html_to_plaintext is Yes. If this is the case, I further >suspect that there is some problem with html to plaintext convers

Re: [Mailman-Users] message body is blank for some users

2006-08-01 Thread Mark Sapiro
Heal Secretary wrote: > >The direct message from my user, Jonathan, is copied below. Can >anyone see why Jonathan's mailings would be sent to the list with a blank body? >From: "Jonathan" >To: [EMAIL PROTECTED] >Bcc: >Subject: Re: Blank replies >Date: Sat, 06 May 2006 20:35:58 + >Mime-Versio

Re: [Mailman-Users] message body is blank for some users

2006-08-01 Thread Heal Secretary
Dear Brad, Mark, Dragon and others Further to this problem (some user's mailings to the list are sent to the list with a blank body), I have taken your advice... At 21:58 31/5/06, you wrote: >Check your settings. Have the user send you a message directly, >then use whatever techniques

Re: [Mailman-Users] Changing text in Hold.py

2006-08-01 Thread [EMAIL PROTECTED]
Hi Walt!! <<...A _LOT_ of people these days are subscribing with one address, then trying to post from another. They get real bent when the only message...>> I've HAD the same prob on a couple of my Lists. I don't have shell access, SO I modified the "welcome" messages Can't quote as quite ad

Re: [Mailman-Users] Strange address

2006-08-01 Thread Mark Sapiro
Paul Rubin wrote: > >Do you know of any easy way to remove this e-mail address from a list: > >[EMAIL PROTECTED]@explido.de > >I have tried remove_member and the web interface, but neither works: Apparently I inadvertently responded to this off list. For the record, I wrote to the effect that I w

Re: [Mailman-Users] Changing text in Hold.py

2006-08-01 Thread Mark Sapiro
Walt Dabell wrote: > >I was trying to change the default admin message sent to >people who were trying to post to the list, who the list >didn't think were subscribed. A _LOT_ of people these >days are subscribing with one address, then trying to post >from another. They get real bent when the

Re: [Mailman-Users] Changing text in Hold.py

2006-08-01 Thread Walt Dabell
On Tue, 2006-08-01 at 15:18 -0400, Walt Dabell wrote: > On Tue, 2006-08-01 at 13:30 -0500, Brad Knowles wrote: [...] > I tried your suggestion, modifying the text in Hold.py and > restarting Mailman. Still no messages making it to the > "Tend to pending moderator requests" > > I even changed it b

Re: [Mailman-Users] duplicate messages from shunt queue

2006-08-01 Thread Charles Sprickman
On Mon, 31 Jul 2006, Mark Sapiro wrote: > There are several possibilities here. > > 3) if a message is shunted because SMTPDirect.py can't write the 'post' > log, it has already been sent, but OutgoingRunner.py doesn't know this > when it catches the exception and shunts the message. So those > me

Re: [Mailman-Users] Changing text in Hold.py

2006-08-01 Thread Walt Dabell
On Tue, 2006-08-01 at 13:30 -0500, Brad Knowles wrote: > At 1:11 PM -0400 2006-08-01, Walt Dabell wrote: > > > To do so, I modified /usr/local/mailman/Mailman/Handlers/Hold.py > > then did > > > > $ python > import py_compile > py_compile.compile('Hold.py') > > You don't need to re

Re: [Mailman-Users] Changing text in Hold.py

2006-08-01 Thread Brad Knowles
At 1:11 PM -0400 2006-08-01, Walt Dabell wrote: > To do so, I modified /usr/local/mailman/Mailman/Handlers/Hold.py > then did > > $ python import py_compile py_compile.compile('Hold.py') You don't need to re-compile it. Python will reload and recompile on the fly, as necessary.

[Mailman-Users] Changing text in Hold.py

2006-08-01 Thread Walt Dabell
All, I was trying to change the default admin message sent to people who were trying to post to the list, who the list didn't think were subscribed. A _LOT_ of people these days are subscribing with one address, then trying to post from another. They get real bent when the only message (from a

Re: [Mailman-Users] [Fwd: Formatting Questions]

2006-08-01 Thread Mark Sapiro
Jewel wrote: >I can't seem to send the following message to the Mailman listserv. >Please help. >The message's content type was not explicitly allowed You are sending an HTML post which is not accepted by content filtering. Send either plain text or multipart/alternative with a text/plain alt

Re: [Mailman-Users] Setting subscriber bits from command line

2006-08-01 Thread Mark Sapiro
A. Khattri wrote: > >Is there a command-line tool for setting/unsetting the various subscriber >flags? Only bin/withlist. For example, in withlist, one could do something like from Mailman import mm_cfg m.getMemberOption('[EMAIL PROTECTED]', mm_cfg.AcknowledgePosts) m.setMemberOption('[EMAIL PRO

[Mailman-Users] Extending Mailman - Contant Parser / Substituter

2006-08-01 Thread Shane Harsch
I want to write a script that looks for a particularly formatted string in the body of a message, process it, and then replace that string with the appropriate output. Is there a standard method for doing this, and if so where? Thanks. -- Mailman

[Mailman-Users] Setting subscriber bits from command line

2006-08-01 Thread A. Khattri
Is there a command-line tool for setting/unsetting the various subscriber flags? -- A -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw

Re: [Mailman-Users] Where do I find mm_cfg.py

2006-08-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >I wish to filter the emails to a mail list owner by doing the following: > >insert the line: >OWNER_PIPELINE.insert(1, 'SpamAssassin') >in mm_cfg.py. If you are going to do that, you must have a SpamAssassin.py handler and it needs to be installed in Mailman/Handlers/ -

[Mailman-Users] Strange address

2006-08-01 Thread Paul Rubin
Hi, Very quick question. Do you know of any easy way to remove this e-mail address from a list: [EMAIL PROTECTED]@explido.de I have tried remove_member and the web interface, but neither works: [EMAIL PROTECTED] /var/mailman]# bin/find_member wjdtnsdlr [EMAIL PROTECTED] found in: brdcst-

[Mailman-Users] Where do I find mm_cfg.py

2006-08-01 Thread troubleshooter
I wish to filter the emails to a mail list owner by doing the following: insert the line: OWNER_PIPELINE.insert(1, 'SpamAssassin') in mm_cfg.py. I am using fedora core linux server system. Thank you in advance for your reply. -- Mailman-User

[Mailman-Users] Where do I find mm_cfg.py

2006-08-01 Thread troubleshooter
I wish to filter the emails to a mail list owner by doing the following: insert the line: OWNER_PIPELINE.insert(1, 'SpamAssassin') in mm_cfg.py. I am using fedora core linux server system. Thank you in advance for your reply. -- Mailman-Users