Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Hi Mark-san, I got a reply from the customer, but it was not possbile for the customer to provide the whole digest.mbox to us due to their policy. However, sevral parts of the error log and digest.mbox's content have been provided. As for the error messages, please see the attachment. And as fo

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-02 Thread Cedric Jeanneret
On Tue, 02 Mar 2010 11:34:25 -0800 Mark Sapiro wrote: > On 3/2/2010 3:41 AM, Cedric Jeanneret wrote: > > On Fri, 26 Feb 2010 10:15:13 -0800 > > Mark Sapiro wrote: > >> > >> At this point, you have a list object (locked) and a message object. You > >> might think you could just do > >> > >> mlist

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Mark-san, Thank you very much for your response. I was kind of misunderstanding about what the send_digest() does before, but I now got better knowledge on it because of your explanations for me. I very much appreciate it!! I have asked the customer for providing the digest.mbox(s) to us and wai

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Mark Sapiro
Masaharu Kawada wrote: > >So, it doesn't matter if the senddigest fais or not, there are no >retries. And, >senddigest via cron runs only once a day at noon. However, whenever >messages posted to the list, send_digest() will called based on the size of >digest_size_threshhold, and try to send dige

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Mark-san, Thank you very much for your respose. There are no retries per se. The list has a setting digest_size_threshhold (on its Digest options page). When a post arrives that makes the digest.mbox bigger than digest_size_threshhold, a digest is triggered immediately. In this case, the digest

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Mark Sapiro
Masaharu Kawada wrote: > >I am sorry that I would like to know one more thing about >digestable in advance. > >>>--- >>>xxx xx xx:xx:xx 2010 (2129) send_digests() failed: EUC-JP decoding error: >>>invalid character .. >>>xxx xx xx:xx:xx 2010 (2129) send_digests() failed: EUC-JP decoding error:

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Mark-san, I am sorry that I would like to know one more thing about digestable in advance. --- xxx xx xx:xx:xx 2010 (2129) send_digests() failed: EUC-JP decoding error: invalid character .. xxx xx xx:xx:xx 2010 (2129) send_digests() failed: EUC-JP decoding error: invalid character .. xx

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Mark Sapiro
Masaharu Kawada wrote: > > >There was no need to turn off digestable and archive if they were only > >going to be turned on again. > >I did some research and found information that it is necessary to disable >those options if you want to delete attachments manually, otherwise >something >unclaim m

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Mark-san, Thank you very much for your help. I will try to get all of the digest.mbox located on under lists/LISTNAME/ from the customer. Though it might be difficult since digest.mbox consists confidential information for the customer. I will update as soon as I get the result from the custom

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Mark-san, Thank you very much for your help. >There was no need to turn off digestable and archive if they were only >going to be turned on again. I did some research and found information that it is necessary to disable those options if you want to delete attachments manually, otherwise somet

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Mark Sapiro
Mark Sapiro wrote: > > I consider this behavior to be a bug. I'll look into fixing it. I think > what I'll need to do is just move the digest.mbox aside and log an > error message. It would be better if I could just bypass the bad > message, but that may be difficult. I have created a bug report

Re: [Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Mark Sapiro
Masaharu Kawada wrote: > >Firtst of all, one of my customer wanted to delete attachments to >make more disk spaces on the server. The server's disk resource >was getting full because the size of the directory for attachments >was very big. So the customer did the following works first. > >Digest op

Re: [Mailman-Users] Wildcard syntax for spam-filtering?

2010-03-02 Thread Mark Sapiro
Thomas Gramstad wrote: >I want to add a spam filter rule that automatically deletes all >mail from all subdomains of com.br. I have tried the syntaxes >from: @com.br >and >from: @*.com.br , >but neither seems to work. I'm not sure why the first one doesn't 'work'. it will match From: m.

Re: [Mailman-Users] Suppressing "To post a message" on listinfo page

2010-03-02 Thread Mark Sapiro
Rosenbaum, Larry M. wrote: >The listinfo page for every list has a line that says: > >"To post a message to all the list members, send email to" followed by the >email address. This may be confusing for announce-only lists where members >aren't allowed to post. Is there an option to suppress t

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-02 Thread Mark Sapiro
On 3/2/2010 3:41 AM, Cedric Jeanneret wrote: > On Fri, 26 Feb 2010 10:15:13 -0800 > Mark Sapiro wrote: >> >> At this point, you have a list object (locked) and a message object. You >> might think you could just do >> >> mlist.ArchiveMail(msg) >> >> to archive the mail to the listname.mbox file an

[Mailman-Users] Suppressing "To post a message" on listinfo page

2010-03-02 Thread Rosenbaum, Larry M.
The listinfo page for every list has a line that says: "To post a message to all the list members, send email to" followed by the email address. This may be confusing for announce-only lists where members aren't allowed to post. Is there an option to suppress this text on a per-list basis? I

[Mailman-Users] Wildcard syntax for spam-filtering?

2010-03-02 Thread Thomas Gramstad
I want to add a spam filter rule that automatically deletes all mail from all subdomains of com.br. I have tried the syntaxes from: @com.br and from: @*.com.br , but neither seems to work. Thomas Gramstad -- Mailman-Users mailing list Mai

[Mailman-Users] Attachments are unexpectedly re-created.

2010-03-02 Thread Masaharu Kawada
Dear list, I am kind of new to use mailman on administrative, so if this is an known issue I'm sorry. I would very much appreciate it if you would kindly answer my questions. Firtst of all, one of my customer wanted to delete attachments to make more disk spaces on the server. The server's disk r

Re: [Mailman-Users] Outlook Vote Buttons vs Mailman

2010-03-02 Thread Carl Zwanzig
On 3/2/2010 4:33 AM, Kammen van, Marco, Springer SBM NL wrote: Is it correct to assume that as soon as a message leaves the Exchange system and is processed by another mailer with Mailman, that voting buttons created in Outlook are cut off? If the voting buttons are implemented with html (or ot

[Mailman-Users] Outlook Vote Buttons vs Mailman

2010-03-02 Thread Kammen van, Marco, Springer SBM NL
Dear List, I had a interesting case today where a user didn't see the Voting buttons in a E-mail where other colleagues did. When doing some digging this user got the mail via a Mailman list... Is it correct to assume that as soon as a message leaves the Exchange system and is processed b

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-02 Thread Cedric Jeanneret
On Fri, 26 Feb 2010 10:15:13 -0800 Mark Sapiro wrote: > On 2/26/2010 4:20 AM, Cedric Jeanneret wrote: > > On Thu, 25 Feb 2010 17:08:06 -0800 Mark Sapiro > > wrote: > > > >> Cedric Jeanneret wrote: > >>> > >>> I'm trying to create a xapian[1] indexer for our mailing list. As > >>> mailman is wr