Re: [Mailman-Users] Archives

2010-01-22 Thread Young, Darren
> >> Issue #2 is once again an obvious thing to have checked, but I think > >> archiving must be disabled in mm_cfg.py with > >> > >> ARCHIVE_TO_MBOX = -1 > >Nothing set in mm_cfg.py for that but it is set to -1 in Defaults.py. > I > >just set it to 0, didn't even think about looking in there for i

Re: [Mailman-Users] Archives

2010-01-22 Thread Young, Darren
> The text/plain attachment was allowed, but the message was too big. I > trimmed the attachment leaving only a few relevant parts. See my > comments inline and at the end. I had a feeling it would be one or the other. > > >[...] > >drwxrwsr-x 2 rootmailman 4096 Jan 20 12:26 perl-ad-manager-

Re: [Mailman-Users] Archives

2010-01-22 Thread Young, Darren
There's a lot in there so I attached it. Not sure if this list allows attachments but I'll try here anyways. > -Original Message- > From: Mark Sapiro [mailto:m...@msapiro.net] > Sent: Thursday, January 21, 2010 10:04 AM > To: Young, Darren; mailman-users@python.org &

Re: [Mailman-Users] Archives

2010-01-21 Thread Young, Darren
> What is the timestamp if you do "ls -ld" here? [r...@bushlms01 archive]# pwd /usr/local/mailman/qfiles/archive [r...@bushlms01 archive]# ls -ld drwxrws--- 2 mailman mailman 4096 Jan 20 16:04 . > I don't think any of this has anything to do with your archiving > problem. To summarize, > - for th

Re: [Mailman-Users] Archives

2010-01-21 Thread Young, Darren
> Just picking up on something, did you enable archiving before a > post has been sent; i.e., has archiving been set before >1 message > has been sent to the list? > Yep, it was enabled first. -- Mailman-Users mailing list Mailman-Users@python.o

Re: [Mailman-Users] Archives

2010-01-21 Thread Young, Darren
Original Message- > From: Mark Sapiro [mailto:m...@msapiro.net] > Sent: Wednesday, January 20, 2010 4:46 PM > To: mailman-users@python.org; Young, Darren > Subject: Re: [Mailman-Users] Archives > > Young, Darren wrote: > > > Not much, close in all of them: > >

Re: [Mailman-Users] Archives

2010-01-20 Thread Young, Darren
0 12:34:52 2010 qrunner(7726): ValueError : day of year out of range > -Original Message- > From: Mark Sapiro [mailto:m...@msapiro.net] > Sent: Wednesday, January 20, 2010 3:14 PM > To: Young, Darren; mailman-users@python.org > Subject: RE: [Mailman-Users] Archives > &g

Re: [Mailman-Users] Archives

2010-01-20 Thread Young, Darren
mass sub > -Original Message- > From: Mark Sapiro [mailto:m...@msapiro.net] > Sent: Wednesday, January 20, 2010 1:57 PM > To: Young, Darren; mailman-users@python.org > Subject: Re: [Mailman-Users] Archives > > Young, Darren wrote: > > >I&#x

[Mailman-Users] Archives

2010-01-20 Thread Young, Darren
I've enabled archives on a mailing list with the following: archive = yes archive_private = public archive_volume_frequency = Monthly And the /pipermail/ URL points to /usr/local/mailman/archives/public (httpd.conf stuff): ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" Alias /pipermail/ /usr

[Mailman-Users] Mailman backup script

2010-01-12 Thread Young, Darren
We've been using a config_list based shell script for the past several years to backup all of our Mailman mailing lists. While I was in making some changes today I thought I would post it, perhaps the community can get some value out of it as well. It is available at: http://home.uchicago.edu/~you

[Mailman-Users] API Version Mismatch

2010-01-12 Thread Young, Darren
I'm calling config_list to take backups and get the following: /usr/local/mailman/pythonlib/korean/c/euc_kr.py:24: RuntimeWarning: Python C API version mismatch for module _koco: This Python has API version 1012, module _koco has version 1011. The dump appears to work correctly, is that error "sa

Re: [Mailman-Users] Mailman is on the web server, mail is going to the mail server. How do I connect them?

2005-12-15 Thread Young, Darren
> Mail is delivered to mail.tblc.org. Mailman is running on > lists.tblc.org. > How can I get Mailman to get the mail sent to [EMAIL PROTECTED] I mx our mailman server to lists.chicagogsb.edu and it works fine. Our previous domain, gsb.uchicago.edu has an mx that points to an iplanet mail server

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Young, Darren
I use this as a withlist script to set those. def set_url(m): m.web_page_url = "http://lists.chicagogsb.edu/mailman"; m.Save() m.Unlock() > > Weirder yet, http://www.tblc.org/mailman/listinfo shows all > my lists, but > http://lists.tblc.org/mailman/listinfo doesn't -- even though

Re: [Mailman-Users] downloading my entire members list

2005-12-05 Thread Young, Darren
>From the command line you can use bin/list_members > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > on.org] On Behalf Of Your Name > Sent: Monday, December 05, 2005 4:29 PM > To: mailman-users@python.org > Subject: [Mailman-Users] downloading my entire mem

[Mailman-Users] Command line add admin?

2005-12-05 Thread Young, Darren
Is there any way to add list admins from the command line? - | Darren Young | http://www.chicagogsb.edu | | Senior UNIX Administrator | [EMAIL PROTECTED] | | University of Chicago GSB | [EMAIL PROTECTED] | -

Re: [Mailman-Users] Problem installing on Solaris 8

2005-12-02 Thread Young, Darren
> I'm trying to install Mailman 2.1.6 on a Solaris 8 machine. > There seems to be a rather strange error and I'm not sure if > it's a misconfiguration of my machine or a problem with Mailman. > > I had no problem with 'configure' or with 'make'. I *did* > use gcc -- there is a "cc" binary on

Re: [Mailman-Users] Blocking a list on the server

2005-12-02 Thread Young, Darren
> > is there a way to block a list on the server being Server > Administrator, not list owner? Maybe there is a switch to > block/unblock list from functioning, which overrides list owners > rights? > Some options could be: 1) remove the list. 2) set the list to emergency moderate (and o

Re: [Mailman-Users] List create CGI

2005-12-02 Thread Young, Darren
> If I understand you correctly, they already are there. > > (linked from the > overview page) and > . Getting a 'Bad URL Specification' when accessing /mailman/rmlist. Do I hav

[Mailman-Users] List create CGI

2005-12-02 Thread Young, Darren
Looking to farm out our Mailman list management (add & remove) to our helpdesk. Anyone seen/have a CGI based Mailman list creation/removal tool? - | Darren Young | http://www.chicagogsb.edu | | Senior UNIX Administrator

Re: [Mailman-Users] nodupes flag

2005-12-01 Thread Young, Darren
> > It doesn't. That's not at all what it does. > Good thing I asked :-) What, 'rm -fr /' doesn't log me out? > > All nodups does, is when figuring the recipients for a post (not a > digest), if a particular member's address is found in To: or Cc: > headers of the post and that member has nodups

[Mailman-Users] nodupes flag

2005-12-01 Thread Young, Darren
What / how exactly does the 'nodupes' flag do? That page says it 'tries' to filter out duplicate messages to users, how does it determine that 2 addresses are in fact the same person? And on that, if I have 1 member on a list with 2 addresses (same person), say [EMAIL PROTECTED] and [EMAIL PROTECTE

RE: [Mailman-Users] Queue directory questions

2005-03-11 Thread Young, Darren
> >- Why would files as .pck.tmp be "stuck" in the out > directory? Same for > >the in directory. > > The enqueue() method (see Mailman/Queue/Switchboard.py) first > creates the queue file with a .tmp extension and then after > writing the message object and metadata renames it to remove > t

[Mailman-Users] Queue directory questions

2005-03-11 Thread Young, Darren
Few questions for any experts on the qfiles directories.. Is there a detailed description anywhere on the qfiles sub-direcotries? If not... - What are the files in the qfiles/virgin directory? - Why would files as .pck.tmp be "stuck" in the out directory? Same for the in directory. - What condi

RE: [Mailman-Users] mailman/data directory

2005-03-07 Thread Young, Darren
:[EMAIL PROTECTED] Sent: Sat 3/5/2005 4:47 PM To: Young, Darren; mailman-users@python.org Cc: Subject: Re: [Mailman-Users] mailman/data directory Young, Darren wrote: >What are the heldmsg files in the Mailman data direct

RE: [Mailman-Users] Safe Archive Clean

2005-03-07 Thread Young, Darren
Is it safe to simply do something such as this in the archive directory: find /home/mailman/archives/private -ctime +30 -exec rm -fr {} \; -Original Message- From: Tokio Kikuchi [mailto:[EMAIL PROTECTED] Sent: Sun 3/6/2005 1:08 AM To: Young, Darren

[Mailman-Users] Unknown encoding error

2005-03-04 Thread Young, Darren
Can anyone explain this one to me? Mar 04 07:35:02 2005 (4008) Uncaught runner exception: unknown encoding: gb2312 Mar 04 07:35:02 2005 (4008) Traceback (most recent call last): File "/home/mailman-2.1/Mailman/Queue/Runner.py", line 111, in _oneloop self._onefile(msg, msgdata) File "/home/

[Mailman-Users] Safe Archive Clean

2005-03-02 Thread Young, Darren
Couple questions on archiving. First, have some lists that archives exist for that I need to remove. We don't support archiving so I need to blast them. What's the "safe" way to do this? On that note (we don't support archiving), I've disabled archives on all lists on our server (via withlist), h

[Mailman-Users] mailman/data directory

2005-03-02 Thread Young, Darren
What are the heldmsg files in the Mailman data directory? They all seem to be held messages for lists, yes? On that note, the file in the lists/ directory, called request.pck, is that a pointer to all of those files specific to that list? Reason I ask, the data directory on our server has 147,000

RE: [Mailman-Users] Additional role

2005-02-25 Thread Young, Darren
Yep, we use moderators already. Looking for a third (user management) role or adding that to the moderator role (selectively). > -Original Message- > From: Mark Sapiro [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 24, 2005 8:49 PM > To: Young, Darren; mailman-user

[Mailman-Users] Qrunner Error

2005-02-24 Thread Young, Darren
Mailman 2.1.5 on RedHat EL 3.0... Getting the following error, any thoughts? [EMAIL PROTECTED] bin]# ./qrunner -r Outgoing:0:1 -v Traceback (most recent call last): File "./qrunner", line 270, in ? main() File "./qrunner", line 230, in main qrunner.run() File "/home/mailman-2.1/Mailm

[Mailman-Users] Additional role

2005-02-24 Thread Young, Darren
First question, can a moderator add/delete/modify list membership (I don't believe so, thought that was admin only)? Second, if not, has anyone created patch(es) to perform this? Need to split list duties into a more granular level, specifically, we need to have the ability to allow moderator(s)

[Mailman-Users] List admin problem

2005-02-04 Thread Young, Darren
I have several lists that are throwing the following in the error log: Feb 04 12:53:07 2005 post(11790): post script, list not found: cap-alumni-owner Feb 04 12:53:08 2005 post(11794): post script, list not found: cap-alumni-bounces Feb 04 12:54:19 2005 post(11854): post script, list not found:

[Mailman-Users] Change Subscription Emails

2004-12-07 Thread Young, Darren
Mailman 2.1.5 on RedHat Enterprise Linux 3.0... We have around 700 lists where are the members are added from our domain. Well, we're changing our domain name and want to update all those membership addresses. Short of dumping out the current membership for a list, transforming that, clearing out

[Mailman-Users] -1 moderator requests

2004-09-07 Thread Young, Darren
I have several lists that were migrated from an older version of Mailman that are now receiving something like: The [EMAIL PROTECTED] mailing list has -1 request(s) waiting for your consideration at: Any way to fix this? -- Mailman-Users maili

[Mailman-Users] Change List URL

2004-08-18 Thread Young, Darren
How can I change the URL in the footer of a list? Is it as simple as modifying web_page_url via withlist? Darren Young Senior UNIX Administrator University of Chicago Graduate School of Business [EMAIL PROTECTED] Voice: 773-702-0331 -- Mailman-Us

[Mailman-Users] Log location

2004-08-04 Thread Young, Darren
Using Mailman 2.1.5 is there a way to change the location of the log files (bounce, error, post, etc)? I installed mailman in /home/mailman-2.1 so the logs are currently in /home/mailman-2.1/logs, I'd like them in /var/log/mailman instead. Thanks in advance, Darren Young Senior UNIX Administrator

[Mailman-Users] Log location

2004-08-03 Thread Young, Darren
Using Mailman 2.1.5 is there a way to change the location of the log files (bounce, error, post, etc)? I installed mailman in /home/mailman-2.1 so the logs are currently in /home/mailman-2.1/logs, I'd like them in /var/log/mailman instead. Thanks in advance, Darren Young Senior UNIX Administrator

[Mailman-Users] Send to all lists

2004-07-30 Thread Young, Darren
Question - As the server operator of a mailman server it's necessary, from time to time, to send a "broadcast" message to all the lists on the server. Taking it down for maintenance, something changes, etc. Is there any way to send a message to all the lists and have it go through regardless of

[Mailman-Users] List signature as attachment?

2004-07-21 Thread Young, Darren
Messages that come from Outlook (via Exchange) in HTML format through a Mailman 2.1 list have the list footer added as an attachment to the email as it comes through the list. Didn't do this under version 2.0. Any way to stop this from happening on those emails? Thanks, Darren Young Senior UNIX

[Mailman-Users] Prevent archive?

2004-07-14 Thread Young, Darren
Is there any way to prevent list administrators from turning on archives? I know I can set the default to off for new lists and go through all the lists and turn them off, however all the list admin has to do is go in the web page and flip the switch. Darren Young Senior UNIX Administrator Univers

[Mailman-Users] implicit destination

2004-07-08 Thread Young, Darren
Can anyone explain this message: List:[EMAIL PROTECTED] From:[EMAIL PROTECTED] Subject: (no subject) Reason: Message has implicit destination Thanks. Darren Young Senior UNIX Administrator University of Chicago Graduate School of Business [EMAIL PROTECTED] Voice: 773-70

[Mailman-Users] Disable archive on all lists

2004-07-08 Thread Young, Darren
Under Mailman 2.0 is there a way to disable archives for all the lists? 800 lists on the systems and I don't really feel like going in to all the web pages... Same question on a 2.1 installation as well. Thanks, Darren Young Senior UNIX Administrator University of Chicago Graduate School of Bu

[Mailman-Users] No footer

2004-06-08 Thread Young, Darren
Trying to get a footer on every mail sent to a given list's members. Added the options in the page and still they aren't added to the bottom of the member's messages. Mailman version 2.0.11. In the "regular member (non-digest) options" section, under the "footer added to mail..." section I hav

RE: [Mailman-Users] Re: Upgrade from 2.0.11 to 2.1.5

2004-05-28 Thread Young, Darren
> Since you're switching machines, you'll need to deal with a DNS > changeover, and maybe editing mm_cfg.py to change the hostname etc. > Or are you going to use the old domain name on the new server, so > that the list address domain stays the same? I didn't have to deal > with that, so I ca

[Mailman-Users] Upgrade from 2.0.11 to 2.1.5

2004-05-28 Thread Young, Darren
I'm in the middle of planning an upgrade of our mailman installation and was looking for some pointers. The current version is 2.0.11 and I'm planning on going to the current 2.1.5. I'm actually moving the installation from an older desktop system to a newer server at which time I want to upgrade t