Re: [Mailman-Users] Mailman + Sendmail

2005-09-12 Thread Mark Sapiro
Rich West wrote: >I did some further analysis and discovered that the messages (with the >same message ID) were showing up in the "ps" output as processing "from >queue". Digging a little further, I tried killing off the sendmail >processes that were processing those requests, and I saw the fo

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Mark Sapiro
Daevid Vincent wrote: >Mark said, "Yes, it has the flags, but what is the value of the ${MAILGID} >parameter? The error message you received says it's 'mailman' and should be >'mail'." > >And looking at the log, he seems to be correct: >Sep 12 12:16:19 [Mailman mail-wrapper] Group mismatch error

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Daevid Vincent
Mark said, "Yes, it has the flags, but what is the value of the ${MAILGID} parameter? The error message you received says it's 'mailman' and should be 'mail'." And looking at the log, he seems to be correct: Sep 12 12:16:19 [Mailman mail-wrapper] Group mismatch error. Mailman expected the mail_

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Daevid Vincent
> Yes, it has the flags, but what is the value of the ${MAILGID} > parameter? The error message you received says it's 'mailman' and > should be 'mail'. > > Your original post says: > > >daevid portage-logs # ll /usr/local/mailman/mail/mailman > >-rwxr-sr-x 1 mailman mailman 7768 Sep 7 11:34

Re: [Mailman-Users] Mailman + Sendmail

2005-09-12 Thread Rich West
I did some further analysis and discovered that the messages (with the same message ID) were showing up in the "ps" output as processing "from queue". Digging a little further, I tried killing off the sendmail processes that were processing those requests, and I saw the following appear in the

[Mailman-Users] Mailman + Sendmail

2005-09-12 Thread Rich West
I've had mailman running for years and have only recently started having some delivery problems with it. I originally chalked it up to a particular set of users within the one list that I am on (we host a bunch of lists for others), but, after some investigation, I have been unable to narrow d

Re: [Mailman-Users] subscribe silently fails to moderated list

2005-09-12 Thread Mark Sapiro
Matt Doughty wrote: >I have a list where subscription fails if you use the email subscription >interface. The list is moderated, but nothing shows up in the logs after the >initial inject in the >sendmail logs. There is nothing in vette or subscribe, the request just >disappears into the ether.

[Mailman-Users] subscribe silently fails to moderated list

2005-09-12 Thread Matt Doughty
I have a list where subscription fails if you use the email subscription interface. The list is moderated, but nothing shows up in the logs after the initial inject in the sendmail logs. There is nothing in vette or subscribe, the request just disappears into the ether. -- --Matt -

Re: [Mailman-Users] Mailman with MHonArc

2005-09-12 Thread George A. Theall
On Mon, Sep 12, 2005 at 02:59:08PM -0700, Elvis Fernandes wrote: > Does anyone know if this mailman-MhonArc combination will work? There are a couple of ways you can do this: - http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.004.htp - http://www.openinfo.co.uk/mm/index.html I

Re: [Mailman-Users] Help with Qmail

2005-09-12 Thread Mark Sapiro
Fabricio Vargas wrote: > >I run this script on /var/qmail/aliases > >#!/bin/sh >if [ $# = 1 ]; then >i=$1 >echo Making links to $i in the current directory... >echo "|preline /usr/local/mailman/mail/mailman post $i" > .qmail-$i >echo "|preline /usr/local/mailman/mail/mailman admin $

Re: [Mailman-Users] Mailman with MHonArc

2005-09-12 Thread Mark Sapiro
Elvis Fernandes wrote: > I am trying to setup a discussion archival system, where the discussion >between users in a mail-list can be browsed on a webpage. >On searching the web, it seems like MhonArc can do this. > I have setup mailman, and can access the mail-lists using a browser. >It seems th

Re: [Mailman-Users] Mailing List Config

2005-09-12 Thread Carl Zwanzig
In a flurry of recycled electrons, Sujay Thomas wrote: > 1. Subscribers send mail to the mailing list address. > 2. Everyone in the mailing list gets this message. > 3. Any replies made to the messages get sent to everyone as well. > > Right now it doesn't do this and I can't seem to figure out h

[Mailman-Users] Mailing List Config

2005-09-12 Thread Sujay Thomas
This might be a rather simple solution but I can't seem to figure it out. I've set up a Mailman mailing list on my website and I want it to do just a few things: 1. Subscribers send mail to the mailing list address. 2. Everyone in the mailing list gets this message. 3. Any replies made to the me

[Mailman-Users] Mailman with MHonArc

2005-09-12 Thread Elvis Fernandes
Hello, I am trying to setup a discussion archival system, where the discussion between users in a mail-list can be browsed on a webpage. On searching the web, it seems like MhonArc can do this. I have setup mailman, and can access the mail-lists using a browser. It seems that mailman is POP, an

Re: [Mailman-Users] Help with Qmail

2005-09-12 Thread Fabricio Vargas
I run this script on /var/qmail/aliases #!/bin/sh if [ $# = 1 ]; then i=$1 echo Making links to $i in the current directory... echo "|preline /usr/local/mailman/mail/mailman post $i" > .qmail-$i echo "|preline /usr/local/mailman/mail/mailman admin $i" > .qmail-$i-admin echo "|

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Mark Sapiro
Daevid Vincent wrote: > >Furthermore, it appears that the .ebuild has those --with flags mentioned in >the FAQ. > ># more /usr/portage/net-mail/mailman/mailman-2.1.5-r4.ebuild >... >src_compile() { >econf \ >--prefix=${INSTALLDIR} \ >--with-mail-gid=${MAILGID

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Daevid Vincent
Thanks for the reply. I don't know why this would have broken/changed. I've been running mailman, so this was really just an upgrade. Same user/groups, lists, dirs, etc. The only 'USE' flag I have availabe to me is +apache2 [ebuild R ] net-mail/mailman-2.1.5-r4 +apache2 5,611 kB Furthermore

Re: [Mailman-Users] patch to add date to each meassge in mail archiveIndex

2005-09-12 Thread Matt Ryanczak
Mark, Thanks or the information. I'll make sure to go through process of submitting this patch to the community site. -Matt Mark Sapiro wrote: >Matt Ryanczak wrote: > > > >>I was asked to make the date for each message in a mailman archive be >>visible in the index for that month. This re

Re: [Mailman-Users] Mail List Password

2005-09-12 Thread Brad Knowles
At 1:15 PM -0400 2005-09-12, Phil wrote: > I have forgotten the password to one of my mail lists. For the life of me I > can't seem to find a way to reset the password. Any help? The control > panel would be Plesk 7 Go to the Mailman FAQ Wizard at

Re: [Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Mark Sapiro
Daevid Vincent wrote: > >Sep 12 12:16:19 [Mailman mail-wrapper] Group mismatch error. Mailman >expected the mail_wrapper script to be executed as group "mailman", but_the >system's mail server executed the mail script as_group "mail". Try tweaking >the mail server to run the_script as group "mail

Re: [Mailman-Users] patch to add date to each meassge in mail archiveIndex

2005-09-12 Thread Matt Ryanczak
Andrew, Are you running mailman version 2.1.6? I you like, please send me a copy of your HyperArch.py and I'll take a look at it. I did test this patch out before sending it to the list so I know it works (well, at least for me. -Matt On Mon, 2005-09-12 at 15:14 -0400, Andrew Smith wrote:

[Mailman-Users] mailman stopped working after upgrade

2005-09-12 Thread Daevid Vincent
Mailman was working, then a (Gentoo) 'emerge -Davu system' update happened the other day and looks like it broke mailman. daevid portage-logs # ll *mailman* -rw-r--r-- 1 root root 62662 Sep 7 11:34 3485-mailman-2.1.5-r4.log -rw-r--r-- 1 root root 1105 Sep 7 11:34 3486-mailman-2.1.5-r4.log Se

Re: [Mailman-Users] Help with Qmail

2005-09-12 Thread Mark Sapiro
Fabricio Vargas wrote: > >and add the following to /etc/aliasses > >## lista3 mailing list >lista3: "|/usr/local/mailman/mail/mailman post lista3" >lista3-admin:"|/usr/local/mailman/mail/mailman admin lista3" >lista3-bounces: "|/usr/local/mailman/mail/mailman bounces lista

Re: [Mailman-Users] patch to add date to each meassge in mail archiveIndex

2005-09-12 Thread Andrew Smith
I was looking for a solution to put the date available in the archives. I have completed the patch as described and get an error when I rebuild my archives - - - File "/opt/mailman/Mailman/Archiver/HyperArch.py", line 1005, in write_index_entry datestr = self.get_header("datestr", article) F

[Mailman-Users] Help with Qmail

2005-09-12 Thread Fabricio Vargas
HI I have qmail with Centos 3.5, I am trying to install mailman 2.1.6, but when i send a mail i get this error: Hi. This is the qmail-send program at ns.asoban.bo. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn

Re: [Mailman-Users] patch to add date to each meassge in mail archiveIndex

2005-09-12 Thread Mark Sapiro
Matt Ryanczak wrote: >I was asked to make the date for each message in a mailman archive be >visible in the index for that month. This required that I modify >HyperArch.py and the template file archidxentry.html. I thought others >might find this useful so here are the relevant patches for the >ma

Re: [Mailman-Users] Mail List Password

2005-09-12 Thread Matt Ryanczak
Phil, Try the command change_pw in your mailman bin directory. Here's the output of change_pw --help Usage: change_pw [options] Options: --all / -a Change the password for all lists. --domain=domain -d domain Change the password for all lists in the virtual d

[Mailman-Users] patch to add date to each meassge in mail archive Index

2005-09-12 Thread Matt Ryanczak
I was asked to make the date for each message in a mailman archive be visible in the index for that month. This required that I modify HyperArch.py and the template file archidxentry.html. I thought others might find this useful so here are the relevant patches for the mailman-2.1.6 source tree.

[Mailman-Users] Mail List Password

2005-09-12 Thread Phil
I have forgotten the password to one of my mail lists. For the life of me I can't seem to find a way to reset the password. Any help? The control panel would be Plesk 7 -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.

Re: [Mailman-Users] Complaints about MM 2.1.6b4

2005-09-12 Thread Mark Sapiro
Darren G Pifer wrote: >Under the membership management section, up to some number >of e-mail addresses, mailman splits the e-mail addresses into >alphabetized sections. One of our list admins would like to have >mailman show all of the e-mail addresses in a single window, if >possible, or into mu

Re: [Mailman-Users] Complaints about MM 2.1.6b4

2005-09-12 Thread Darren G Pifer
Thanks for the information. Let me ask one more question along this track of new things mailman 2.1.x included that was done differently than 2.0.x. Under the membership management section, up to some number of e-mail addresses, mailman splits the e-mail addresses into alphabetized sections. One o

Re: [Mailman-Users] Fwd: GMAIL

2005-09-12 Thread Stephen J. Turnbull
> "Bryan" == Bryan Carbonnell <[EMAIL PROTECTED]> writes: Bryan> I *won't* see this e-mail coming back from the list in my Bryan> GMail, but I *will* see it with my home e-mail address. ISTR that GMail (but maybe it was Yahoo) uses some kind of header to "tag" its own mail, and if tha

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

2005-09-12 Thread Aliet Santiesteban Sifontes
Mark, I found the problematic email, look at this: ...more mail data here --TB36FDmn/VVEgNH/ Content-Type: application/msword Content-Disposition: attachment; filename*=utf-8''C%F3mo%20montar%20un%20servidor%20Samba%20PDC%20en%20una%20red%20de%20m%E1quinas%20MS%20Windows%20XP% Content-Trans

Re: [Mailman-Users] Cron jobs on Tiger Server

2005-09-12 Thread Dan Phillips
On Sep 12, 2005, at 7:07 AM, David Scribner wrote: > Somehow since the beginning of the month none of my Mailman cron jobs > are running correctly. Did you apply the latest security update from Apple? On my system, doing so deleted mailman's crontab, as did the update from 10.4.1 to 10.4.2.

[Mailman-Users] Cron jobs on Tiger Server

2005-09-12 Thread David Scribner
Somehow since the beginning of the month none of my Mailman cron jobs are running correctly. The mailpasswds cron job ran on the 1st of the month but since then none of the jobs like "senddigests" or the daily reminders of pending administrative notices have been running. I don't know what is

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

2005-09-12 Thread Jakko Westerbeke
According to Mark Sapiro, on 11-9-05 21:23 the word on the street was... > See > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.021.htp > and in particular the linked post at > http://mail.python.org/pipermail/mailman-users/2005-July/045693.html Thanks, but I already found those art