Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Ralf Hildebrandt
* Chris Barnes <[EMAIL PROTECTED]>:
 
> I need a MLM that can make an LDAP query and get all of the "faculty",
> then send the message out.  It needs to do this for EVERY message for
> that list.

We do this by generating the lists using a scripts and taking the
output from the DB (we use a M$ DB, but the same can be done using
LDAP, e.g using ldapsearch)

Since the data doesn't change that often, an update cycle of once or
twice a day is ok.

-- 
Ralf Hildebrandt (Im Auftrag des Referat V a)   [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-916
Referat V a - Kommunikationsnetze - AIM.  ralfpostfix

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problems Setting Up 'Announce' Type List

2004-02-02 Thread Hunter Hillegas
I have setup a list that I intend to use as an 'announce' list.

I setup the list so that new users are moderated by default.

Personalization is set to 'Yes'.

A 'Sender Filter' is setup to 'Reject' from moderated useres and I have some
text in there to send when they try to post.

My first test sender is set with 'mod' enabled.

When I send a message from that account I do not get the block text sent
back... The message comes through on the account that sent it but none of
the other accounts get the message.

So, that seems wrong.

Also, when I post from an account that is not moderated I see the same
behavior. The message comes through on the account that I sent it from but
the other list members don¹t get the message... The archives show as empty.

So, somehow things ain't right.

I'm running 2.1.1

Any advice??

TIA,
Hunter


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman 2.1.4 problem

2004-02-02 Thread Ako Ito
hello gurus,
encountered this problem below in one of my mailing list.. any ideas on how to resolve 
this?

thanks
Bug in Mailman version 2.1.4

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 happened. Thanks! 

Traceback:

Traceback (most recent call last):
  File "/adb/data/pkg/mailman/2.1.3/scripts/driver", line 87, in run_main
main()
  File "/adb/data/pkg/mailman/2.1.3/Mailman/Cgi/admin.py", line 198, in main
show_results(mlist, doc, category, subcat, cgidata)
  File "/adb/data/pkg/mailman/2.1.3/Mailman/Cgi/admin.py", line 498, in show_results
form.AddItem(membership_options(mlist, subcat, cgidata, doc, form))
  File "/adb/data/pkg/mailman/2.1.3/Mailman/Cgi/admin.py", line 870, in 
membership_options
all = [_m.encode() for _m in mlist.getMembers()]
UnicodeError: ASCII decoding error: ordinal not in range(128)






Python information:
  Variable Value 
  sys.version 2.2.2 (#1, Feb 24 2003, 19:13:11) [GCC 3.2.2 20030222 (Red Hat Linux 
3.2.2-4)]  
  sys.executable /usr/bin/python  
  sys.prefix /usr  
  sys.exec_prefix /usr  
  sys.path /usr  
  sys.platform linux2  






Environment variables:
  Variable Value 
  HTTP_REFERER   
  SCRIPT_FILENAME  /adb/data/pkg/mailman/2.1.3/cgi-bin/admin  
  PYTHONPATH  /adb/data/pkg/mailman/2.1.3  
  SERVER_SOFTWARE  Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7b PHP/4.3.4  
  SERVER_ADMIN
  SCRIPT_NAME  /mailman/admin  
  SERVER_SIGNATURE  Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7b PHP/4.3.4 
Server at intraweb.asiandevbank.org Port 80 
  REQUEST_METHOD  GET  
  HTTP_HOST
  PATH_INFO  /waterforallnews/members  
  SERVER_PROTOCOL  HTTP/1.1  
  QUERY_STRING   
  REQUEST_URI  /mailman/admin/waterforallnews/members  
  HTTP_ACCEPT  */*  
  HTTP_USER_AGENT  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)  
  HTTP_CONNECTION  Keep-Alive  
  HTTP_COOKIE  watersports+admin=; adbalumni+admin=; homemakers+admin=; 
swrc+admin=; gis+admin=; 
waterforallnews+admin=2802006925141f4073280064306434613337636262623662323134653837376366376665653134303239333637373562626263
  
  SERVER_NAME
  REMOTE_ADDR   
  REMOTE_PORT  4079  
  HTTP_ACCEPT_LANGUAGE  en-us  
  PATH_TRANSLATED  /adb/apps/pkg/apache/2.0.48/htdocs/waterforallnews/members  
  SERVER_PORT  80  
  GATEWAY_INTERFACE  CGI/1.1  
  HTTP_ACCEPT_ENCODING  gzip, deflate  
  SERVER_ADDR   
  DOCUMENT_ROOT  /adb/apps/pkg/apache/2.0.48/htdocs  

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] subscribing per email

2004-02-02 Thread Ken Adcock
This is probably such a basic question that it didn't make it into the  
documentation. If someone wants to subscribe per email to my list at  
[EMAIL PROTECTED] what do they write in the email? I tried  
"subscribe" in the subject line, but the admin settings though that the  
person wanted to submit a POST. Can you help?
Ken


BRAINSTORM DESIGN
Graphic Design for
Print and Internet
Ken Adcock
1267 Marvin Avenue
Charleston, SC 29407
Tel: 843-345-9196
Fax: 843-573-3400
[EMAIL PROTECTED]
http://brainstormdesign.net
 
   

This e-mail transmission may contain information that
 is proprietary, privileged and/or confidential and is
 intended exclusively for the person(s) to whom it is
addressed. Any use, copying, retention or disclosure
by any person other than the intended recipient or the
 intended recipient's designees is strictly prohibited.
If you have received this message in error, please notify
 the sender immediately by return e-mail and delete all copies.
 
   
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] help with cron message from mailman

2004-02-02 Thread Brad Knowles
At 10:37 AM -0500 2004/02/02, Chason Hayes wrote:

 I get this message and don't know what to do with it. I have
 browsed the source code and tracked it down to a lack of a
 definition of the variable mailman in the Defaults.py file
 but am not sure what to do about it. I don't run a mailing
 list on this server. Please help
	See 
. 
Note that 
 
and 
 
may also be of interest.

--
Brad Knowles, <[EMAIL PROTECTED]>
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] monthly mailings

2004-02-02 Thread Brad Knowles
At 2:50 PM +0200 2004/02/02, Aryeh Ross wrote:

 Hi is there a way in mailman to have an automatic monthly mailings?
	Mailman already sends out a monthly mailing.  Anything else can 
be automated through tools like "cron".

--
Brad Knowles, <[EMAIL PROTECTED]>
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] RE: [SUY-87166]: mailing list errors

2004-02-02 Thread Brad Knowles
At 3:57 PM -0500 2004/02/01, Barbara Martinez wrote:

 Internal Server Error
 The server encountered an internal error or misconfiguration and was
 unable to complete your request.
	Sounds like a problem with your web server.  What's in your logs? 
Have you contacted your vendor to see if they can help?
--
Brad Knowles, <[EMAIL PROTECTED]>

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] help

2004-02-02 Thread Brad Knowles
At 10:28 PM +0100 2004/02/01, Elena Galli wrote:

 I need to know if it is possible to translate all the contents of
 the mail and instructions of your program.
 In fact, i would like to write all the text in Italian.
	See .

	In particular, talk to <[EMAIL PROTECTED]>, and see their 
local web page at 
.

--
Brad Knowles, <[EMAIL PROTECTED]>
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: RE: Period Mailings; Like Birthday Announcements using Mailmail

2004-02-02 Thread Paul H Byerly
nb wrote:
you can simple write a cron that sends mail to your list announcing the
birthdays or whatever, but, as Paul Byerly says you can do a script for that
purpose. It will be more usefull for sure.
 Maybe someone can give me a hint here on my attempt to do this by 
modifying edithtml.py.  I can add files to what that script will edit just 
fine.  Thing is I want to have a separate edit list for each list.  I 
copied and renamed edithtml.py but it's not found by my server, and a pyc 
file is not generated.  I assume I am missing a registration data base 
someplace?

<>< Paul - wondering why his last attempt to send this was incompleat.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] RE: [SUY-87166]: mailing list errors

2004-02-02 Thread Todd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Barbara Martinez wrote:
> I'm having trouble accessing my mailing list all of a s udden.
>
> When I go to 
> http://barbaramartinez.com/mailman/admin/fans_barbaramartinez.com I
> get this message:
>
> Internal Server Error
> The server encountered an internal error or misconfiguration and was
> unable to complete your request.  Please contact the server
> administrator, [EMAIL PROTECTED] and inform them of the
> time the error occurred, and anything you might have done that may
> have caused the error.
>
> More information about this error may be available in the server
> error log.
>
>
> Additionally, a 404 Not Found error was encountered while trying to
> use an ErrorDocument to handle the request.
>
> This is the first time I get an error like this and I need to access
> my list ASAP!

Sounds like your web host broke something.  That's who you'd need to
contact to get it resolved.

Oddly enough, it's another cPanel host.  There's apparently no end to
the ways those folks try to make Mailman look bad.  ;-)

- -- 
ToddOpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
==
The law will never make men free; it is men who have got to make the
law free.
-- Henry David Thoreau

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iD8DBQFAHuWmuv+09NZUB1oRAmZTAJ91vw7hUHiiKmO8xUHKx2UQnI3O1wCfYvmT
ibXeFC1b7R7jRsaaZR3i4oo=
=RWyy
-END PGP SIGNATURE-

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] moderated, read-only list, pending queue numbers

2004-02-02 Thread Dean Karres
Hi,

I have just installed MailMan 2.1.1.  I have been testing it for a
couple of days and am pretty happy so far.  This morning though
something happened that concerns me a little.

My test list is moderated.  It is as read-only as I can figure out how
to make it.  *All* postings to the list are moderated, even the list
owner & moderator's messages are moderated.

I have been sending various test messages to my list.  As the moderator 
I get moderation alert messages in return.  The list of messages to
moderate all have numbers from 1...N.  So, I have been moderating the 
test messages and have sent one last one.  I return to the "Tend to
pending moderator requests" page from previous tests and just hit 
reload.

Instead of refreshing the display and showing me the new message pending
moderation, it appears as though it applied the "accept" operation for
the previous request.  My test message went out to the list technically
unmoderated.

Ok, I don't know the underlying mechanism so I'm making a WAG here.
I am assuming that each pending message gets a queue number based on 
it's arrival order in the current, unmoderated queue.  If this is the 
case, is there a way to change this number to a monotonically increasing
integer [i.e. a unique message number] for each message instead of
resetting the numbers to "1" each time?

I'm guessing that this might prevent the page-reload / apply the last
operation on this unsuspecting message problem.

Dean...K...

-- 
  Dean Karres / karres at uiuc dot edu / itg.uiuc.edu

  Imaging Technology Group / Beckman Institute
 University of Illinois
405 North Mathews / Urbana, IL 61801 USA


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problem

2004-02-02 Thread Nuno Mariano
Hi there,

 

I’ve a problem with Mailman that i‘ll try to describe:



I’m owner and moderator of one list, when someone post a mail,
approval is needed but if nothing is done in 48 hours the mail is
automatically sent to the list.

 

I’ve search documentation, FAQ’s, mailing lists but I didn’t find anything
about this situation. Can someone help me?

 

Thanks,



Nuno Mariano

Serviço de Informática

Hospital São Sebastião S.A.- Santa Maria da Feira

Tel.: +351 256 379 700 Ext. 1224

 

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] monthly mailings

2004-02-02 Thread Aryeh Ross
Hi is there a way in mailman to have an automatic monthly mailings?

Thank you
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] docs missing

2004-02-02 Thread Anton Melser
Hi,
Does anyone know what has happened to the list admin docs?
http://staff.imsa.edu/~ckolar
seems to give errors and no docs!
Cheers
Anton

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] help

2004-02-02 Thread Elena Galli
I need to know if it is possible to translate all the contents of the mail and 
instructions of your program.
In fact, i would like to write all the text in Italian.
thank you very much
Yours sincerely
Elena Galli
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] RE: [SUY-87166]: mailing list errors

2004-02-02 Thread Barbara Martinez
Hi,

I'm having trouble accessing my mailing list all of a s udden.

When I go to 
http://barbaramartinez.com/mailman/admin/fans_barbaramartinez.com I get this 
message:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable 
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and 
inform them of the time the error occurred, and anything you might have done 
that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an 
ErrorDocument to handle the request.

This is the first time I get an error like this and I need to access my list 
ASAP!

Thanks,
Bárbara
BÁRBARA MARTÍNEZ
+1 917 940 9211
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.barbaramartinez.com
Original Message Follows
From: "Hush Lee" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [SUY-87166]: mailing list errors
Date: Thu, 29 Jan 2004 06:48:50 -0800
== Please reply above this line ==
mailing list errors
Hello,

Thank you for contacting Lunar Pages support.

Full details of the MailMan mail list software can be found at: 
http://www.list.org/

Specifically, error message details are available at:
http://staff.imsa.edu/~ckolar/mailman/
This second link is for the documentation for List Administrators and is 
maintained outside of the MailMan offical website (list.org) but can be 
found on their documentation page.

I hope this information is helpful.

Lunar Pages Community Support Forums: http://www.lunarforums.com
C-Panel Instructions and Assistance: 
http://www.lunarpages.com/new_manual/index.shtml
C-Panel Demo (User: demo Pass: demo): 
http://demo:[EMAIL PROTECTED]:2082/
Lunar Pages Tutorial Series: http://www.lunarpages.com/tutorials/

If you have any further questions, or comments, please do not hesitate to 
reply to this message.  Feedback on our service is always welcome at our 
feedback desk: [EMAIL PROTECTED]

Regards

Hush Lee
[EMAIL PROTECTED]
TOLL FREE: 1-877-LUNARPAGES (1-877-5862772) (USA/Canada)
FREE FONE: 0800 0721950 (UK)
INTERNATIONAL: +1 714-521-8150 (Outside USA/Canada)
(Monday-Friday 7am-5pm PST/PDT)
Ticket Details
=
Ticket ID: SUY-87166
Tracking URL: 
http://support.lunarpages.com/index.php?_a=tickets&_m=viewmain&[EMAIL PROTECTED]&ticketkey22=c573f1
Department: Support
Created On: 28 Jan 2004 04:04 PM
Last Update: 28 Jan 2004 10:12 PM
Status: On Hold



_
There are now three new levels of MSN Hotmail Extra Storage!  Learn more. 
http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] memory error in admindb.py

2004-02-02 Thread Andrew Watson
Upon going to my list admin interface to tend to admin chores, i got 
the following page:

Bug in Mailman version 2.0.7

We're sorry, we hit a bug!

Please inform the webmaster for this site of this problem.  Printing 
of traceback and other system information has been explicitly 
inhibited, but the webmaster can find this information in the Mailman 
error logs.

Upon looking in the logs, I find the following:

Feb 02 11:32:07 2004 admin(21028): 
admin(21028): [- Mailman Version: 2.0.7 -]
admin(21028): [- Traceback --]
admin(21028): Traceback (most recent call last):
admin(21028):   File "/usr/local/mailman/scripts/driver", line 96, in run_main
admin(21028): main()
admin(21028):   File "../Mailman/Cgi/admindb.py", line 114, in main
admin(21028): text = doc.Format(bgcolor="#ff")
admin(21028):   File "/usr/local/mailman/Mailman/htmlformat.py", line 
286, in Format
admin(21028): output.append(Container.Format(self, indent))
admin(21028):   File "/usr/local/mailman/Mailman/htmlformat.py", line 
258, in Format
admin(21028): output.append(HTMLFormatObject(item, indent))
admin(21028):   File "/usr/local/mailman/Mailman/htmlformat.py", line 
44, in HTMLFormatObject
admin(21028): return item.Format(indent)
admin(21028):   File "/usr/local/mailman/Mailman/htmlformat.py", line 
361, in Format
admin(21028): output = output + Container.Format(self, indent+2)
admin(21028):   File "/usr/local/mailman/Mailman/htmlformat.py", line 
259, in Format
admin(21028): return string.join(output, '')
admin(21028):   File "/usr/local/lib/python2.2/string.py", line 136, in join
admin(21028): return sep.join(words)
admin(21028): MemoryError
admin(21028): [- Python Information -]
admin(21028): sys.version= 2.2.3 (#1, Jul  2 2003, 15:45:27)
[GCC 2.95.3 20010315 (release) [FreeBSD]]
admin(21028): sys.executable = /usr/local/bin/python
admin(21028): sys.prefix = /usr/local
admin(21028): sys.exec_prefix= /usr/local
admin(21028): sys.path   = /usr/local
admin(21028): sys.platform   = freebsd4
admin(21028): [- Environment Variables -]

--there follows a lot of environment variables which i could provide 
if they are helpful--

Can anyone provide any insight on this?
Without the admin interface, my list is in a coma.
There are 173 held messages in the folder mailman/data/
The list was working fine as of friday 1/30.
So far as i know, I have not modified anything in the last few days 
that might have caused this problem.
(I know I should be running a more recent version, but i am at the 
mercy of my ISP (verio)).

-Andrew

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] help with cron message from mailman

2004-02-02 Thread Chason Hayes
I get this message and don't know what to do with it. I have browsed the 
source code and tracked it down to a lack of a definition of the 
variable mailman in the Defaults.py file but am not sure what to do 
about it. I don't run a mailing list on this server. Please help

From: 	Cron Daemon <[EMAIL PROTECTED]>
To: 	[EMAIL PROTECTED]
Subject: 	Cron <[EMAIL PROTECTED]> /usr/bin/python -S 
/var/mailman/cron/mailpasswds
Date: 	Sun, 1 Feb 2004 05:00:01 -0500	
Site list is missing: mailman

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Luc Brouard
On Mon, Feb 02, 2004 at 09:16:53PM +0100, Brad Knowles wrote:
> At 12:09 PM -0600 2004/02/02, Chris Barnes wrote:
> 
> > This is a repost of a question I asked last week.  NOBODY replied - even
> > just to say "can't be done".
> 
>   Speaking only for myself, if I am silent on an advanced technical 
> issue, that usually means that I have no clue how the problem might 
> be solved.
> 
> > I am considering using a real MLM to manage the mailling lists we use
> > within our department.   However, one of the requirement for this is
> > that the product must be able to get is subscriber list from our LDAP
> > (OpenLDAP 3) information store.
> >
> > For example, in LDAP there is an attribute for each user that tells us
> > whether they are "faculty", "staff", "grad", or "undergrad"  (there are
> > others, but this works for the example).
> >
> > I need a MLM that can make an LDAP query and get all of the "faculty",
> > then send the message out.  It needs to do this for EVERY message for
> > that list.
> 
>   I'm quite certain that the current version of Mailman does not 
> support alternative back-end databases, whether SQL or LDAP or 
> whatever.  I do not know of any mailing list package that can use 
> LDAP as a back-end, although there are some that can use SQL (e.g., 
> Lyris, which is an expensive commercial package).

I think that sympa can do LDAP.

Just switch from it, because there were no command line scripts out of
the box.

Luc

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread John DeCarlo
Chris,

I haven't seen anyone accomplish the dynamic, per message, requirement 
you have stated.

However, I have seen posts on this list about people who run some sort 
of query nightly (or perhaps twice a day or so) to generate files like 
"faculty" in the right format.  Then they run ~mailman/bin/sync_members 
to take care of any changes that may have happened in the last time period.

HTH.

--

John DeCarlo, My Views Are My Own



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Installation problem /mailman/create inaccessible...

2004-02-02 Thread Hsiao-lung Chang
Hi, first time using mailman.

I'm getting 404 error when attempting to access /mailman/create for the
first time.
I'm using OpenBSD 3.4 and mailman-2.1.2p0.tgz package.
The httpd process is running as www, what create is expecting.
But it doesn't even seem like its able to find the file?
Here's a diff between the original httpd.conf and the modified for
Mailman.
Am I missing anything else?

Thanks.
514,517d513
< 
< # Mailman
< Alias /pipermail/ "/var/spool/mailman/archives/public/"
< 
553,562d548
< 
< 
< # Mailman
< ScriptAlias /mailman/ "/usr/local/lib/mailman/cgi-bin/"
< 
< 
<   AllowOverride None
<   Options None
<   Order allow,deny
<   Allow from all



USER   PID  PPID  PGID   SESS JOBC  STAT TT   TIME COMMAND
www  26872 1 26872 23d770f00 Is??0:00.03 httpd:
parent [chro
o
www   4301 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
)
www  24976 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
)
www   4514 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
)
www  13475 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
)
www  23389 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
)
www249 26872 26872 23d770f00 I ??0:00.00 httpd:
child (httpd
Hsiao-lung

Give the gift of knowledge!
http://www.cksf.org/


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] supporting all ``available_languages''?

2004-02-02 Thread Graham Guttocks
Greetings,

I'm running MM 2.1.x.  Every time a new point release is
made, it seems a few more languages are added.  I then have
to go into the web interface for each list, and click those 
new checkboxes under the ``available_languages'' section.

Is there some mm_cfg.py variable I've missed which says
essentially ``support all available languages'' so that when
new languages are added, they just automatically are picked up?


=
Regards,
Graham

http://greetings.yahoo.com.au - Yahoo! Greetings
Send your love online with Yahoo! Greetings - FREE!

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Brad Knowles
At 12:09 PM -0600 2004/02/02, Chris Barnes wrote:

 This is a repost of a question I asked last week.  NOBODY replied - even
 just to say "can't be done".
	Speaking only for myself, if I am silent on an advanced technical 
issue, that usually means that I have no clue how the problem might 
be solved.

 I am considering using a real MLM to manage the mailling lists we use
 within our department.   However, one of the requirement for this is
 that the product must be able to get is subscriber list from our LDAP
 (OpenLDAP 3) information store.
 For example, in LDAP there is an attribute for each user that tells us
 whether they are "faculty", "staff", "grad", or "undergrad"  (there are
 others, but this works for the example).
 I need a MLM that can make an LDAP query and get all of the "faculty",
 then send the message out.  It needs to do this for EVERY message for
 that list.
	I'm quite certain that the current version of Mailman does not 
support alternative back-end databases, whether SQL or LDAP or 
whatever.  I do not know of any mailing list package that can use 
LDAP as a back-end, although there are some that can use SQL (e.g., 
Lyris, which is an expensive commercial package).

--
Brad Knowles, <[EMAIL PROTECTED]>
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.
GCS/IT d+(-) s:+(++)>: a C++(+++)$ UMBSHI$ P+>++ L+ !E-(---) W+++(--) N+
!w--- O- M++ V PS++(+++) PE- Y+(++) PGP>+++ t+(+++) 5++(+++) X++(+++) R+(+++)
tv+(+++) b+() DI+() D+(++) G+() e++> h--- r---(+++)* z(+++)
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Changing post held message

2004-02-02 Thread Saurav Pathak



Thus spake Saurav Pathak:

+  Hi,
+  
+  I wish to change the post held message for only one of the mailing
+  list.  How may I do that?  If I changed the text in the file 
+  (mailman directory)/templates/en/postheld.txt
+  I will have changed it for all mailing lists.  Which I don't want to
+  do.

This part of the question was previously answered here.  I apologize
for repeating the question.
http://www.mail-archive.com/[EMAIL PROTECTED]/msg17818.html

saurav

+  
+  Also, I pre-process mails using procmail.  Different recipes add
+  different headers to the mail, which are then used to filter the 
+  mails.  How may I send out different messages to posters for 
+  different header flags?  For example one header is "X-IsSpam: yes"
+  and another is "X-IsVirus: yes".  I use these headers to filter the
+  messages in mailman.  I would like different messages to go out to
+  the posters for these two different flags. 
+  
+  I am using Mailman 2.1.1 from the Redhat 9 distribution. 
+  
+  Thanks for your help.
+  
+  saurav
+  
+  --
+  Mailman-Users mailing list
+  [EMAIL PROTECTED]
+  http://mail.python.org/mailman/listinfo/mailman-users
+  Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
+  Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
+  
+  This message was sent to: [EMAIL PROTECTED]
+  Unsubscribe or change your options at
+  http://mail.python.org/mailman/options/mailman-users/saurav%40sas.upenn.edu

-- 
saurav

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Todd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Barnes wrote:
> I am considering using a real MLM to manage the mailling lists we
> use within our department.   However, one of the requirement for
> this is that the product must be able to get is subscriber list from
> our LDAP (OpenLDAP 3) information store.
>
> For example, in LDAP there is an attribute for each user that tells
> us whether they are "faculty", "staff", "grad", or "undergrad"
> (there are others, but this works for the example).
>
> I need a MLM that can make an LDAP query and get all of the
> "faculty", then send the message out.  It needs to do this for EVERY
> message for that list.
>
>
> Can MailMan do this?

Not out of the box.  You might want to take a look at the work Martin
Whinnery did on an LDAP member adaptor to see if it can do what you
want.  If it's close, you might be able to help improve it so that
others can benefit from it.

http://webserver.offal.homelinux.org/LDAPMemberAdaptor/V2.1/LDAPMemberAdaptor/index.html

- -- 
ToddOpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
==
Distrust any enterprise that requires new clothes.
-- Henry David Thoreau (1817-1862)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.

iD8DBQFAHp+Huv+09NZUB1oRAt1iAKDjwGRAE0u3ZBQHV/o2qx0FYybFQgCeO/EI
/kYTI2sAFR9OSvi5latGWZo=
=x8oa
-END PGP SIGNATURE-

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Simon White
02-Feb-04 at 12:09, Chris Barnes ([EMAIL PROTECTED]) wrote :
> This is a repost of a question I asked last week.  NOBODY replied - even
> just to say "can't be done".

Maybe nobody has a setup like that already, so they have nothing to say.
"Can't be done" is usually a phrase in the open source world that would
never be said. Nothing is impossible with source open for you, you could
even interface Mailman to your toaster. Not out of the box though :-)

> I need a MLM that can make an LDAP query and get all of the "faculty",
> then send the message out.  It needs to do this for EVERY message for
> that list.

AFAIK, the Mailman subscribers are stored in an internal database. In
order to get something working you'd probably have to hack your own
Python code. I might be wrong about that, but it can't be too hard to
get LDAP and Python working together.

I don't know where the dev is going where using an LDAP or SQL DB to
keep data is concerned. Apparently Sympa has an SQL backend which may or
may not be easier to hack.

Otherwise you can use the tools add_members and sync_members to keep a
sync between an external LDAP query tool in any language and the Mailman
DB. Getting query output to look like a plain text list of email
addresses to STDOUT shouldn't be too hard.

Without making some provision yourself for some kind of hacking, it
can't directly be done with Mailman, or with any other tools that I can
think of 'off the shelf'. You might get away with just an MTA with LDAP
and some kind of group aliasing hack (à la Postfix+LDAP aliases) too,
that depends on your list management requirements.

The difficulty with Mailman or any other mailing list tool is that
subscribes and unsubscribes have to be intelligently handled, so you'd
have to add flags (unsubscribe) to your LDAP queries, etc. If you don't
need to worry so much about subscriptions, because you're sending bulk
announcements in an education or corporate environment, then you don't
need all the complexity of Mailman, (digests, unsubscribes and
moderation + bounce processing to name the main ones off the top of my
head). You just need aliases to groups determined, most probably, by a
single LDAP query, see my comment about LDAP and Postfix for example.

Regards,

-- 
Simon White. Internet Consultant, Linux/Windows Server Administration.
email, dns and web servers; php javascript perl asp; MySQL MSSQL Access
 Bridging the gap between management, HR and the tech team.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Memory error when running arch

2004-02-02 Thread Jon Carnes
Unfortunately the arch program is not optimized for real-world use and
tries to load the whole mbox archive into RAM.  Not a clever thing to
do.  One day we'll have to re-write it so that it is less memory
intensive.  For now you can try using the arbitrary numbering scheme to
run the arch program - and split the task into several smaller ones, or
you can edit your mbox archive and dump some of the earlier emails.

I like to copy off the mbox at the end of the year and start from a
fresh one in January.  I generally have my archives set so that  they do
a monthly grouping.  Once you cross into the new month, there is no
reason to keep the older emails from younger months - just don't delete
the html archives for those months.

Take care - Jon Carnes

On Mon, 2004-02-02 at 05:39, BERTHOLD Jean wrote:
> Hello James,
>  
> On Fri Jul 27 14:51:49 EDT 2001  You posted the message: [Mailman-Users] Memory 
> error when running arch.
>  
> Actually, I have exactly the same problem.
>  
> My OS is Solaris 9 on a Sunblade V100 server with 1 GB RAM.
>  
> Did you receive a response at your problem ?
>  
> Thanks and have a nice day
>  
> 
> Jean Berthold
>  
> EOS Holding
> Jean Berthold
> Administrateur Unix & Oracle
> Unità Gestion de l'infrastructure
> Team SystÃmes
> Ch. de Mornex 10
> TÃl. +41(0)21 341 24 58
> Fax +41(0)21 341 20 49
> jean.berthold  @eosholding.ch
>  
> 
> __
> 
> --
> Mailman-Users mailing list
> [EMAIL PROTECTED]
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> 
> This message was sent to: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: RE: Period Mailings; Like Birthday Announcements using Mailmail

2004-02-02 Thread Paul H Byerly
nb wrote:
you can simple write a cron that sends mail to your list announcing the
birthdays or whatever, but, as Paul Byerly says you can do a script for that
purpose. It will be more usefull for sure
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Changing post held message

2004-02-02 Thread Saurav Pathak
Hi,

I wish to change the post held message for only one of the mailing
list.  How may I do that?  If I changed the text in the file 
(mailman directory)/templates/en/postheld.txt
I will have changed it for all mailing lists.  Which I don't want to
do.

Also, I pre-process mails using procmail.  Different recipes add
different headers to the mail, which are then used to filter the 
mails.  How may I send out different messages to posters for 
different header flags?  For example one header is "X-IsSpam: yes"
and another is "X-IsVirus: yes".  I use these headers to filter the
messages in mailman.  I would like different messages to go out to
the posters for these two different flags. 

I am using Mailman 2.1.1 from the Redhat 9 distribution. 

Thanks for your help.

saurav

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Dynamic subscriber lists

2004-02-02 Thread Chris Barnes
This is a repost of a question I asked last week.  NOBODY replied - even
just to say "can't be done".

*
I am considering using a real MLM to manage the mailling lists we use
within our department.   However, one of the requirement for this is
that the product must be able to get is subscriber list from our LDAP
(OpenLDAP 3) information store.

For example, in LDAP there is an attribute for each user that tells us
whether they are "faculty", "staff", "grad", or "undergrad"  (there are
others, but this works for the example).

I need a MLM that can make an LDAP query and get all of the "faculty",
then send the message out.  It needs to do this for EVERY message for
that list.


Can MailMan do this?
If not, is there a MLM that can?

--

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Chris Barnes AOL IM: CNBarnes
[EMAIL PROTECTED]  Yahoo IM: chrisnbarnes
Computer Systems Manager ph: 979-845-7801
Department of Physics   fax: 979-845-2590
Texas A&M University




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] (no subject)

2004-02-02 Thread sara gonzales
remove


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread Dirk Försterling
John Poltorak wrote:
>
> It looks as though I need to do something with add_virtualhost in
> mm_cfg.py but I haven't quite figured it out yet.
>
In short, you might have this in mind:

DEFAULT_EMAIL_HOST = 'mydom.org'
DEFAULT_URL_HOST = 'www.mydom.org'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


  -dirk

--
   D i r k   F "o r s t e r l i n g
   [EMAIL PROTECTED]  http://[EMAIL PROTECTED]/
-
"Das ist aber gerade e hoch 3 z. Das sieht doch jeder!" - R.K.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread John Poltorak
On Mon, Feb 02, 2004 at 11:47:00AM +0100, Dirk Försterling wrote:
> John Poltorak wrote:
> > 
> > How do I go about creating a new list for a virtual host?
> > 
> > I know I can specify the listname as [EMAIL PROTECTED] and this works 
> > fine for the web interface but 
> 
> Do you mean specifying "[EMAIL PROTECTED]" as "Name of List" on the
> mailman/create page?

I'm using the command line script - newlist.

It looks as though I need to do something with add_virtualhost in 
mm_cfg.py but I haven't quite figured it out yet.

> 
>-dirk
> 
> -- 
> D i r k   F "o r s t e r l i n g
> [EMAIL PROTECTED]  http://[EMAIL PROTECTED]/
>  -
>   Make something idiot proof, and someone will invent a better idiot.
> 

-- 
John



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Newlist for virtual host

2004-02-02 Thread Dirk Försterling
John Poltorak wrote:
How do I go about creating a new list for a virtual host?

I know I can specify the listname as [EMAIL PROTECTED] and this works 
fine for the web interface but 
Do you mean specifying "[EMAIL PROTECTED]" as "Name of List" on the
mailman/create page?
  -dirk

--
   D i r k   F "o r s t e r l i n g
   [EMAIL PROTECTED]  http://[EMAIL PROTECTED]/
-
 Make something idiot proof, and someone will invent a better idiot.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] SOLVED: How to purge correctly old messages ?

2004-02-02 Thread BERTHOLD Jean
Hello John,

I tried your command line and now it is ok.

I tried different solutions for editing large file under vi:

1. Add swap file (it is not working)
2. modify temporary storage for vi: set directory=/... (it is not working)
3. split my big file in several files it is the best solution

[EMAIL PROTECTED] # split -b 50m etrans-echanges.mbox 

[EMAIL PROTECTED] # ls -l x*
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:30 xaa
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:24 xab
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:24 xac
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:24 xad
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xae
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xaf
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xag
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xah
-rw-r--r--   1 mailman  mailman65510 Feb  1 15:56 xai
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xaj
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xak
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:25 xal
-rw-r--r--   1 mailman  mailman  52428800 Feb  1 15:26 xam
-rw-r--r--   1 mailman  mailman  1810704 Feb  1 15:26 xan
[EMAIL PROTECTED] # 

After this split command it was possible to remove what I want.

[EMAIL PROTECTED] # cat xai xaj xak xal xam xan > TMP.mbox


[EMAIL PROTECTED] # du -sh *mbox
 202M   TMP.mbox
 652M   etrans-echanges.mbox
[EMAIL PROTECTED] # 

and mv TMP to etrans...

[EMAIL PROTECTED] # ../bin/arch --wipe etrans-echanges
...
...
...
Updating HTML for article 2604
Updating HTML for article 2605
Updating HTML for article 2606
Updating HTML for article 2607
Updating HTML for article 2608
Updating HTML for article 2609
Traceback (most recent call last):
  File "../bin/arch", line 187, in ?
main()
  File "../bin/arch", line 177, in main
archiver.close()
  File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in close
self.update_dirty_archives()
  File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 518, in 
update_dirty_archives
self.update_archive(i)
  File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1032, in update_archive
self.__super_update_archive(archive)
  File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 426, in update_archive
self._update_thread_index(archive, arcdir)
  File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 480, in 
_update_thread_index
self.update_article(arcdir, article, a1, a3)
  File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1223, in update_article
f.write(article.as_html())
  File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 426, in as_html
lang=self._lang, mlist=self._mlist)
  File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 195, in quick_maketext
return Utils.uncanonstr(text, lang)
  File "/usr/local/mailman/Mailman/Utils.py", line 758, in uncanonstr
u = unicode(s, charset)
MemoryError


Do you have an idea about this error ?

if I run my browser, only the two latest day of February are dislplayed:

--
Les Archives de Etrans-Echanges
vous pouvez obtenir plus d' informations à propos de cette liste ou vous pouvez  
télécharger les archives complètes ( 212 MB ). 

Archive Vue par: Version téléchargeable 
2 February 2004: [ Thread ] [ Sujet ] [ Auteur ] [ Date ]  [ Gzip'd Text 2 KB ] 
1 February 2004: [ Thread ] [ Sujet ] [ Auteur ] [ Date ]  [ Gzip'd Text 24 KB ] 


however I kept archives from 20031031 (31 October 2003) to 2 February 2004.
I would like to display all messages between these dates...


Are my files too big ? 

[EMAIL PROTECTED] # du -sh etrans*
1015M   etrans-echanges
 203M   etrans-echanges.mbox
[EMAIL PROTECTED] # 



Thnks again

EOS Holding
Jean Berthold
Administrateur Unix & Oracle
Unité Gestion de l'infrastructure
Team Systèmes
Ch. de Mornex 10
Tél. +41(0)21 341 24 58
Fax +41(0)21 341 20 49
jean.berthold 
 
...Unix is like a wigwam - no windows, no gates, apache inside...







-Message d'origine-
De : John DeCarlo [mailto:[EMAIL PROTECTED]
Envoyé : jeudi, 29. janvier 2004 16:07
À : BERTHOLD Jean
Cc : [EMAIL PROTECTED]
Objet : Re: [Mailman-Users] How to purge correctly old messages ?


Jean,

BERTHOLD Jean wrote:

> [EMAIL PROTECTED] # pwd
> /usr/local/mailman/archives/private/etrans-echanges.mbox
> [EMAIL PROTECTED] # ls -l
> total 1327072
> -rw-rw-r--   1 mailman  mailman  679109463 Jan 29 14:40 etrans-echanges.mbox
> [EMAIL PROTECTED] # vi etrans-echanges.mbox   
> [EMAIL PROTECTED] # vi etrans-echanges.mbox
> "etrans-echanges.mbox" Tmp file too large

>> You can also try and figure out which message in the mbox file you want 
>> to start archiving (instead of deleting them from the file) and run
>> 
>>   .../bin/arch --start=N --wipe etrans-echange
>> 
>> At least this should get you started.

I didn't pay very close attention to t

[Mailman-Users] Memory error when running arch

2004-02-02 Thread BERTHOLD Jean
Hello James,
 
On Fri Jul 27 14:51:49 EDT 2001  You posted the message: [Mailman-Users] Memory error 
when running arch.
 
Actually, I have exactly the same problem.
 
My OS is Solaris 9 on a Sunblade V100 server with 1 GB RAM.
 
Did you receive a response at your problem ?
 
Thanks and have a nice day
 
 
Jean Berthold
 
EOS Holding
Jean Berthold
Administrateur Unix & Oracle
Unité Gestion de l'infrastructure
Team Systèmes
Ch. de Mornex 10
Tél. +41(0)21 341 24 58
Fax +41(0)21 341 20 49
jean.berthold  @eosholding.ch
 
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Newlist for virtual host

2004-02-02 Thread John Poltorak


How do I go about creating a new list for a virtual host?

I know I can specify the listname as [EMAIL PROTECTED] and this works 
fine for the web interface but I'm not sure how to make the email address  
of the list to be [EMAIL PROTECTED] 

Any hints would be appreciated.


-- 
John



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org