Re: [Mailman-Users] Admin problems

2003-02-22 Thread James Devenish
The original poster has had success. For anyone trawling the archives, here are some notes (hope he doesn't mind me posting them here): > Got it! Mailman is great but the docs are confusing. [...] > adding these two lines at the bottom of mm_cfg.py > solved the problem: > > ## Put YOUR site-speci

Re: [Mailman-Users] Admin problems

2003-02-22 Thread James Devenish
In message <[EMAIL PROTECTED]> on Sat, Feb 22, 2003 at 11:08:42PM -0500, Jim LaSalle wrote: > I don't think my Mailman admin html pages are working. I can login but > I can't defer/accept/reject/discard any of the messages. I click "submit > all data" but I'm returned to the same page and nothin

[Mailman-Users] Admin problems

2003-02-22 Thread Jim LaSalle
I don't think my Mailman admin html pages are working. I can login but I can't defer/accept/reject/discard any of the messages. I click "submit all data" but I'm returned to the same page and nothing is done. What am I doing wrong? I've never seen a working installation of Mailman so I don't

[Mailman-Users] List email pre-approval

2003-02-22 Thread Steve Sterling
With Majordomo, you could pre-approve a message to the list, say from an otherwise unsubscribed user or to a moderated list. I tried with my mailman, but it treats the Approved: first line as normal message body. Somewhere, I remember seeing that Mailman supports such things, but can't find any d

Re: [Mailman-Users] Changing Moderate Bit

2003-02-22 Thread Larry Hansford
Please disregard this previous post -- I forgot to look at the Web interface for this option. Larry At 06:34 PM 2/22/2003, you wrote: I have a list with a little over 3,000 members, that I want to change to a Newsletter-type list. To do this, I need to set the Moderate bit for each subscribe

[Mailman-Users] Changing Moderate Bit

2003-02-22 Thread Larry Hansford
I have a list with a little over 3,000 members, that I want to change to a Newsletter-type list. To do this, I need to set the Moderate bit for each subscribed member. Is there any way to bulk change the Moderate bit for the entire list? I looked through the scripts in the bin directory, bu

Re: [Mailman-Users] Questions

2003-02-22 Thread Jon Carnes
On Fri, 2003-02-21 at 22:59, [EMAIL PROTECTED] wrote: > 1. Can this program delete the wrong addresses automatically, where as with > aol you have to do it manually? Nothing deletes a "wrong" address automatically, but if the address bounces too often then Mailman will automatically move the add

Re: [Mailman-Users] qfiles commands directory? Tried to deleteoutgoing message....

2003-02-22 Thread Jon Carnes
The first thing you do is stop your mail server: /etc/rc.d/init.d/sendmail stop Next stop Mailman from processing the queues: /usr/local/mailman/bin/mailmanctl stop Now find the message. Is it in the mailservers outbound queue? /var/spool/mqueue/.. There are host of commands (depending on

Re: [Mailman-Users] Images?

2003-02-22 Thread Jon Carnes
You can allow your lists to pass pictures or not, its up to you. Mailman can handle anything that email can handle. By default it will pass all sorts of attachments. On Fri, 2003-02-21 at 16:38, Foster, Paul wrote: > I am interested in a mail list where users can email images as well as text.

Re: [Mailman-Users] Help

2003-02-22 Thread Jon Carnes
You should point them to the Listinfo page for your list. On Fri, 2003-02-21 at 21:36, [EMAIL PROTECTED] wrote: > I am trying to set up my list so people can subscribe or unsubscribe by just > entering their email address on a specific page.. Any ideas? > > > Thanks. > -

Re: [Mailman-Users] Error using postfix and mailman

2003-02-22 Thread Jon Carnes
When setup properly (using the README.POSTFIX) then /usr/sbin/postalias (Postfix) will access the alias files as user mailman. The files in /usr/local/mailman/data/.. should be set as: -rw-rw-r--1 mailman mailman 4919 Feb 11 17:08 aliases -rw-rw-r--1 mailman mailman 12288 Feb 11

Re: [Mailman-Users] Archiving doesn't work under Mac OS X 10.1

2003-02-22 Thread Jon Carnes
The function is used only once in Mailman, inside i18n.py year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) You could easily replace this line of code with a small block that does the same thing but without referencing the strptime function. In fact, looking at the code, it loo

Re: [Mailman-Users]

2003-02-22 Thread Jon Carnes
Change the template in ~mailman/templates/en/.. If you want to make the changes just to one list, then see the archives (basically create a directory ~mailman/list//en/.. and copy, then edit the template there). Good Luck - Jon Carnes On Fri, 2003-02-21 at 16:36, Bellin, Jennifer wrote: > I'm ed

Re: [Mailman-Users] Error using postfix and mailman

2003-02-22 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > I was trying to create a list via the cgi scripts but recieved the > following error! [...] > Traceback (most recent call last): > File "/usr/local/mailman/scripts/driver", line 87, in run_main > main() > File "/usr/l

Re: [Mailman-Users] Error using postfix and mailman

2003-02-22 Thread Phil Stracchino
On Fri, Feb 21, 2003 at 04:39:29PM -0600, [EMAIL PROTECTED] wrote: > I was trying to create a list via the cgi scripts but recieved the > following error! > File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 226, in create > _update_maps() > File "/usr/local/mailman/Mailman/MTA/Postfi

[Mailman-Users] Questions

2003-02-22 Thread Swanko007
1. Can this program delete the wrong addresses automatically, where as with aol you have to do it manually? 2. Can you import your maillist from a dbf format and include it in your program or does it have to be reentered? 3. How many emails can be sent at one time? Martiele Swanko The Trump

[Mailman-Users] Help

2003-02-22 Thread JosephDirosa
I am trying to set up my list so people can subscribe or unsubscribe by just entering their email address on a specific page.. Any ideas? Thanks. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-us

[Mailman-Users] Error using postfix and mailman

2003-02-22 Thread mmckenzie
I was trying to create a list via the cgi scripts but recieved the following error! See error: Bug in Mailman version 2.1.1 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what

[Mailman-Users] Images?

2003-02-22 Thread Foster, Paul
I am interested in a mail list where users can email images as well as text. I did not see anywhere in the documentation is this exists. Can mailman support images as well as text? If not, does anyone have any recommendations? Thanks. -- Mailma

[Mailman-Users]

2003-02-22 Thread Bellin, Jennifer
I'm editing the default html for this page: http://lists.atcllc.com/mailman/listinfo/csenews When you sign up to subscribe however, there are extra html tags that get included in the page that override my style sheet that I've attached... for example, by viewing the source code on the page that

[Mailman-Users] Getting those pesky addresses and URLs right

2003-02-22 Thread Phil Stracchino
After much experimentation, I've discovered that the best I can do seems to be a situation in which the list mailto addresses and URLs are correct if I create a list with bin/newlist, but will be wrong if created through the web interface. I have the following settings: DEFAULT_EMAIL_HOST = 'caer

[Mailman-Users] Duplicate Issue numbers

2003-02-22 Thread Tspeight
For the second time in a month Mailman 2.1 has created a Digest with the same "Issue #" as the previous Digest. We are running RH 7.3. Has any one else had this problem? Thomas -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.pytho

[Mailman-Users] personalize: subscribe via email with realname

2003-02-22 Thread Jan Kellermann
Hi! Is it possible to subscribe a mailinglist via email and give the realname in the subject like you can give the address? Thanks Jan Kellermann -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-

[Mailman-Users] personalize: user_name / user_address

2003-02-22 Thread Jan Kellermann
Hi! We need personalized mails with the real username (user_name) or - when not available - the emailaddress (user_address). But when I use the following: Hallo %(user_name)s %(user_address)s! I'll get in case of no user_name: Hallo nicht verfügbar [EMAIL PROTECTED] Is it possible that mailman

[Mailman-Users] Archiving doesn't work under Mac OS X 10.1

2003-02-22 Thread Peter Bengtson
Some time ago, I reported that archiving doesn't work in Mailman 2.1.1 under Mac OS X 10.1. Every attempt to archive a message would result in the following entry in 'logs/error': Feb 22 00:15:42 2003 (1950) SHUNTING: 1045869340.680055+e0e16d1c92bfc3454ac70ca2586b40b6f9ba5a4e Feb 22 15:20:28 20

Re: [Mailman-Users] Problems with Apache on different port

2003-02-22 Thread Jorge Godoy
Jon Carnes <[EMAIL PROTECTED]> writes: > A couple of folks have done this and they needed to use > ~mailman/bin/fix_url.py to modify the url's inside the configurations of > their existing lists in order for it work. You may also need to modify > the default urls in ~mailman/Mailman/mm_cfg.py > >

Re: [Mailman-Users] Mailman 2.2.1 and Apache running on adifferent port

2003-02-22 Thread Jorge Godoy
Larry Rosenman <[EMAIL PROTECTED]> writes: >> Is it a bug of mine or from Mailman's code? > what mailman version, please? Mailman 2.1.1... I'm sorry. I put it wrong in the Subject. -- Godoy. <[EMAIL PROTECTED]> "Ser poeta não é minha ambição, é minha maneira de estar sozinho" (Being a

[Mailman-Users] htdig patches and information leakage

2003-02-22 Thread Rupa Schomaker
One can choose to search any archive (even private ones) by constructing the URL correctly. If "Short" mode one can find subjects for the private list. In "Long" mode one can find excerpts from the private list. Viewing the actual message requires logging in. It seems to me that a better soluti

[Mailman-Users] newsletter / announce-only

2003-02-22 Thread Curt Siffert
I'm on 2.1 and I've followed all the recommended instructions on setting up a newsletter: 1) all members with moderate bit 2) all moderated members with polite reject 3) all non-members with reject 4) munged headers with explicit reply-to Now I'm trying to figure out how to post but it doesn'