Re: [Mailman-Users] Full Personalization to Hotmail?

2003-02-20 Thread Simon White
19-Feb-03 at 20:40, Vivek Khera ([EMAIL PROTECTED]) wrote :
  SW == Simon White [EMAIL PROTECTED] writes:
 
 SW Don't know if this helps, but Hotmail checks headers, and if the hotmail
 SW address isn't on the To: or CC: line, it goes to the Trash folder.
 
 So nobody having a hotmail.com address can receive this list?  Sounds
 too bizarre to be true.

The first email you get from a mailing list gives some kind of a
warning. You have a setting where you can say This is a mailing list
hidden in there somewhere.

With only 1Mb of storage these days, you're better off with some other
provider anyway. Sadly, the Microsoft policy is to say

- Outlook (Express)? IS email
- Exchange IS the mail server (too many clients say can it do Exchange
  when they mean Is it an MTA?
- Hotmail IS webmail
- MSN IS Instant Messaging

... and so on

I can't believe how much this gets thrown down XP users' throats. Jeez,
someone last week got persuaded to upgrade their machines to XP for its
Wonderful new functionality on an old bunch of Pentium I, 133MHz
machines. All of a sudden, everything runs super slow. Madness.

-- 
|-Simon White, Internet Services Manager, Certified Check Point CCSA.
|-MTDS  Internet, Security, Anti-Virus, Linux and Hosting Solutions.
|-MTDS  14, rue du 16 novembre, Agdal, Rabat, Morocco.
|-MTDS  tel +212.3.767.4861 - fax +212.3.767.4863

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Python RH 7.3

2003-02-20 Thread Mozzi
Hallo all

I want to upgrade mailman 2.1
It tells me my pyhon is to old, what is the esiest way to upgrade python ?

Mozzi


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Python RH 7.3

2003-02-20 Thread Ashley M. Kirchner
Mozzi wrote:

I want to upgrade mailman 2.1
It tells me my pyhon is to old, what is the esiest way to upgrade python ?


Install Python 2 rpm.  Pretty straight forward.

--
M | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Python RH 7.3

2003-02-20 Thread Danny Terweij
From: Mozzi [EMAIL PROTECTED]

Hallo all

I want to upgrade mailman 2.1
It tells me my pyhon is to old, what is the esiest way to upgrade python ?

Well, leave the old Python. RH needs it.
Just go to www.python.org and download the 2.2 source. (only RH8 rpms there)

Just do ./configure and make install

Then compile Mailman 2.1 (or later) with
./configure --with-python=/usr/local/bin/python --with-mail-gid=12 --with-cg
i-gid=apache

Thats all. (my system RH 7.2) and i did yesterday upgraded python 2.1.1 to
2.2.2 :)

Danny Terweij



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Upgrade to 2.1

2003-02-20 Thread Mozzi
Hallo all
I am upgrading to 2.1 now from 2.0.13
a couple of questions

How safe is it to install into the previuos mailman directory (/home/mailman)?
If I do not install in the old directory how easy is it to copy my lists 
across?

Tnx

Mozzi


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Word wrap in archives

2003-02-20 Thread Tokio Kikuchi
Hi,
(B
(BThere are constants in Mailman/Archiver/HyperArch.py
(Bclass HyperArchive(pipermail.T):
(B
(BSHOWHTML = 0  # Eg, nuke leading whitespace in html manner.
(BSHOWBR = 0# Add br onto every line
(B
(BIf you chenge both to 1, then you will get long lines wrapped at
(Bthe end of the browser width.
(B
(BTokio
(B
(BSage wrote:
(B My apologies if this has been brought up before, but I do not see any
(B answers in the recent archives.
(B 
(B The archive pages for my mailman lists do not automatically wrap the
(B text of each message. Since these pages use the pre tag to display the
(B message, each message consists of several very long lines that extend to
(B the right, forcing readers to scroll to the right in order to read the
(B message. This is a very big problem since many of my users cannot be
(B trusted to use a mail client that wraps the message for them. Can
(B mailman not be configured to automatically wrap all incoming messages at
(B around 75 characters by itself?
(B 
(B Does anyone have a possible solution to this?
(B 
(B
(B
(B--
(BMailman-Users mailing list
([EMAIL PROTECTED]
(Bhttp://mail.python.org/mailman/listinfo/mailman-users
(BMailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
(BSearchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
(B
(BThis message was sent to: archive@jab.org
(BUnsubscribe or change your options at
(Bhttp://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Message footer variables

2003-02-20 Thread Robert Costain
Messages sent to this list contain the footer:

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


What's the python syntax that I would need to recreate this on my own 
lists?

Thanks!
Rob


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] i search what is this error of mailman ???

2003-02-20 Thread b.vergondy
hello world !!!
my server send this mail to Postfix all minutes and i search what is this error 
if you have see this error a day... explain me what is the procedure to repair this!!!
 
 
mail 1 : 
mailman - postfix

Traceback (most recent call last):
  File /var/lib/mailman/cron/gate_news, line 222, in ?
main()
  File /var/lib/mailman/cron/gate_news, line 198, in main
lock.lock(timeout=0.5)
  File /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailman/LockFile.py, line 
219, in lock
  File /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailman/LockFile.py, line 
350, in __write
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/locks/gate_news.lock.www.approche.net.23108'

mail 2
mailman - postfix

Traceback (most recent call last):
  File /var/lib/mailman/cron/qrunner, line 276, in ?
lock.lock(timeout=0.5)
  File /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailman/LockFile.py, line 
219, in lock
  File /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailman/LockFile.py, line 
350, in __write
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/locks/qrunner.lock.www.approche.net.23095'

thank for your help...

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] i search what is this error of mailman ???

2003-02-20 Thread Thorsten Brabetz
 
 
Hi there, 

   Most likely your wrapper was not compiled with the right 
GID. The only solution I ever found to the problem was a 
complete re-install. 

   If you check your system log, you will find an error 
message sript failed to execute: WANTED GID 12 GOT GID 2, 
or something similar every minute. You have to find out 
which group GID 12 refers to. Probably your system by 
default handels all scripts as user daemon, so you have to 
configure using 

./configure --with-mail-gid=daemon
make install

   The other possibility is that you installed the crontab 
as the wrong user (possibly root?). Become the user that 
you have created to be mailman, then 

$prefix/cron crontab crontab.in

   You can check that crontab has installed correctly using 
the command crontab -l while being the user that you want 
the cron job to run under. 

Hope that helps!
 
 
Thorsten



On Thursday 20 February 2003 10:35, you wrote:
 hello world !!!
 my server send this mail to Postfix all minutes and i
 search what is this error if you have see this error a
 day... explain me what is the procedure to repair this!!!


 mail 1 :
 mailman - postfix

 Traceback (most recent call last):
   File /var/lib/mailman/cron/gate_news, line 222, in ?
 main()
   File /var/lib/mailman/cron/gate_news, line 198, in
 main lock.lock(timeout=0.5)
   File
 /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm
an/LockFile.py, line 219, in lock File
 /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm
an/LockFile.py, line 350, in __write IOError: [Errno 13]
 Permission denied:
 '/var/lib/mailman/locks/gate_news.lock.www.approche.net.2
3108'

 mail 2
 mailman - postfix

 Traceback (most recent call last):
   File /var/lib/mailman/cron/qrunner, line 276, in ?
 lock.lock(timeout=0.5)
   File
 /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm
an/LockFile.py, line 219, in lock File
 /home/vdanen/tmp/mailman-buildroot/var/lib/mailman/Mailm
an/LockFile.py, line 350, in __write IOError: [Errno 13]
 Permission denied:
 '/var/lib/mailman/locks/qrunner.lock.www.approche.net.230
95'

 thank for your help...

 --
 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/


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] From: Header again...

2003-02-20 Thread Thorsten Brabetz
 
 
Sorry to repost this, but nobody took the bait the first 
time... I try it with a few more details, maybe the problem 
was not clear in my initial mail: 

I have the problem here that for security reasons, all 
E-mail here from all the different networks within 
university has to be relayed through one common E-mail 
relay server (which is and has to be different to the 
server that runs the lists). Authentication for the relay 
server is via the From: field, so I need to be able to tell 
mailman what to put in there (by default it is the list 
name, plus things like list-request, list-admin, etc.; 
these now need to go into the Reply-To: field, and the 
From: field needs to be something like [EMAIL PROTECTED], 
so that I then can get [EMAIL PROTECTED] registered on the 
relay server as a trusted E-mail source...).

I am sure that this problem has not come up for the first 
time, and that it is well documented somewhere, but after 
searching all documentation, FAQs, etc. for the better part 
of three days now, I really would appreciate if somebody 
can point me into the right direction. Also my apologies if 
this problem is absolutely trivial, just give me some 
newbie credit!

I have tried things like aliases and genericstable, but 
the wrapper seems to be applied last, overwriting any 
previous entry in the From: field. 

Setup here is Linux 7.3 using sendmail and SMTP. 

Thanks in advance!
 
Best wishes
 
 
Thorsten
 
  
 

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Message footer variables

2003-02-20 Thread Jon Carnes


On Thu, 2003-02-20 at 07:44, Robert Costain wrote:
 Messages sent to this list contain the footer:
  This message was sent to: [EMAIL PROTECTED]
  Unsubscribe or change your options at
  http://mail.python.org/mailman/options/mailman-users/user%40host.com
 
 What's the python syntax that I would need to recreate this on my own 
 lists?
 


From the archives, a message from Sheryl Coe:
===
Here's my own humble how-to, assembled shamelessly from previous posts
to this Mailman list.

# WHAT PERSONALIZATION LOOKS LIKE

 This personalization example is from this Mailman list (urls are not
real, do not click):
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/test8%40subscriber.net
 This is what I recommend (urls are not real, do not click):
___
GENERAL LIST INFORMATION:

The TEST mailing list
[EMAIL PROTECTED]
http://www.listdomain.net/mailman/listinfo.cgi/test
___
YOUR PERSONAL SUBSCRIBER OPTIONS:

Unsubscribe or choose new options at
http://www.listdomain.net/mailman/options.cgi/test/test8%40subscriber.net

For all lists you are subscribed to at
   lists.listdomain.net
under the email address
   [EMAIL PROTECTED]
your current password is
   notarealpass
___
# CHANGES YOU MAKE TO THE mm_cfg.py FILE

I pasted the lines below to make personalization possible.
 From the FAQ: Q. Can I put the user's address in the footer that
Mailman adds to each message?
A. Yes, in Mailman 2.1. The site admin needs to enable personalization
by setting the following variables in the mm_cfg.py file

VERP_PASSWORD_REMINDERS = 1 VERP_PERSONALIZED_DELIVERIES = 1
VERP_DELIVERY_INTERVAL = 1 VERP_CONFIRMATIONS = 1
If you want to give the power to your list owners:
OWNERS_CAN_ENABLE_PERSONALIZATION = 1
# HOW TO SET UP PERSONALIZATION FOR LIST ADMINS

It's all done in the NON-DIGEST OPTIONS screen:

##Go to the option for Should Mailman personalize each non-digest
delivery?

Select No to disable personalization and send messages to the members
in batches. Select Yes to personalize deliveries and allow additional
substitution variables in message headers and footers (see below). In
addition, by selecting Full Personalization, the To header of posted
messages will be modified to include the member's address instead of the
list's posting address. 

##Go to the option for Footer added to mail sent to regular list
members.

Paste this text:

___
GENERAL LIST INFORMATION:

The %(real_name)s mailing list
%(real_name)s@%(host_name)s
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
___
YOUR PERSONAL SUBSCRIBER OPTIONS:

Unsubscribe or choose new options at
%(user_optionsurl)s

For all lists you are subscribed to at
%(host_name)s
under the email address
%(user_delivered_to)s
your current password is
%(user_password)s
___

END OF HOW-TO SET UP PERSONALIZATION

Has anyone tried it and had to stop due to performance issues, how bad
is the drag?

Also, I really wanted to include a one-click unsubscribe. But I'm sure
that many subscribers are having mail forwarded and it would only
frustrate them. Any solutions?

I would think that it would significantly lower support costs to be able
to include an options url and the password in every message.  I'd love
to hear how this works out for other list owners.

Sheryl Coe




--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Upgrade to 2.1

2003-02-20 Thread Richard Barrett
At 12:08 20/02/2003, Mozzi wrote:

Hallo all
I am upgrading to 2.1 now from 2.0.13
a couple of questions

How safe is it to install into the previuos mailman directory (/home/mailman)?
If I do not install in the old directory how easy is it to copy my lists
across?


I upgraded my production MM 2.0.13 to MM 2.1 (and later that to 2.1.1) by 
installing over the old installation without any problems. The machine 
concerned supports over 460 lists, some with archives and some without, and 
conversion was a non-event; only a 20 minute interruption in service. I did 
set up a few scripts using $prefix/bin/withlist and base on 
$prefix/bin/fix_url.py to sort out some of the list attributes that were 
not to my liking after the upgrade.

Just make sure you read the install and upgrade notes thoroughly and watch 
out for potential problems if you have used things like patch #413752 on 
your MM 2.0.x installation.

I confess I cheat by doing test runs: I installed MM 2.0.13 with all the 
patches I was using on my production MM 2.0.13 system onto my secondary 
server, added some sample lists and then did a trial upgrade to MM 2.1 
(initially beta). Repeated this until upgrading the test system was 
completely trouble free; then doing the real thing was a non-event. Doing 
this was where I sorted out the fixup scripts I needed, and found the sting 
in the tail of patch #413752 and developed patch #651406 to fix it (which 
btw works OK with MM 2.1 and 2.1.1 source).

I started using this test upgrade approach when I first upgraded from MM 
2.0.3 and have stuck with it ever since. Train hard, fight easy!


Tnx

Mozzi


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Mailscanner thanks transtec Computers for their support.



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] From: Header again...

2003-02-20 Thread Jon Carnes
I don't think there is a push-button solution to this problem.  I can
only think of two ways to easily modify the From: field in the email

 - Run the mail destined for the list through a pre-processor like a
procmail script which then replaces the From: header with something
appropriate (something that will let your relay server pass it on)

 - Modify the source for Mailman so that it substitutes in a From:
header that works for you

Good Luck - Jon Carnes

On Thu, 2003-02-20 at 09:30, Thorsten Brabetz wrote:
  
  
 Sorry to repost this, but nobody took the bait the first 
 time... I try it with a few more details, maybe the problem 
 was not clear in my initial mail: 
 
 I have the problem here that for security reasons, all 
 E-mail here from all the different networks within 
 university has to be relayed through one common E-mail 
 relay server (which is and has to be different to the 
 server that runs the lists). Authentication for the relay 
 server is via the From: field, so I need to be able to tell 
 mailman what to put in there (by default it is the list 
 name, plus things like list-request, list-admin, etc.; 
 these now need to go into the Reply-To: field, and the 
 From: field needs to be something like [EMAIL PROTECTED], 
 so that I then can get [EMAIL PROTECTED] registered on the 
 relay server as a trusted E-mail source...).
 
 I am sure that this problem has not come up for the first 
 time, and that it is well documented somewhere, but after 
 searching all documentation, FAQs, etc. for the better part 
 of three days now, I really would appreciate if somebody 
 can point me into the right direction. Also my apologies if 
 this problem is absolutely trivial, just give me some 
 newbie credit!
 
 I have tried things like aliases and genericstable, but 
 the wrapper seems to be applied last, overwriting any 
 previous entry in the From: field. 
 
 Setup here is Linux 7.3 using sendmail and SMTP. 
 
 Thanks in advance!
  
 Best wishes
  
  
 Thorsten
  
   
  
 
 --
 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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Monthly password reminders

2003-02-20 Thread Paul Dekkers
Hi,

In the mailinglist configuration I specified that users should not get 
monthly password reminders by default: when I add a new users to the 
mailinglist however, I see that the password reminder IS enabled!
Is this OK?

I'm using mailman-2.1.1

Regards,
Paul



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Re: A Known bug with confirmation string excessive bounces

2003-02-20 Thread David Gibbs
David Gibbs [EMAIL PROTECTED] wrote in message
b2tjrj$r7a$[EMAIL PROTECTED]">news:b2tjrj$r7a$[EMAIL PROTECTED]...
 [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Can anyone explain how confirmation strings are generated and how they are
 correlated to the users request?

Anyone know of a way to force a subscription to be disabled such that it
requires a confirmation to be sent out?

david



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Python RH 7.3

2003-02-20 Thread Todd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mozzi wrote:
 I want to upgrade mailman 2.1
 It tells me my pyhon is to old, what is the esiest way to upgrade python ?

Just make sure you have the python2 rpm installed (redhat ships it with
7.3).  There is an errata, so make sure you update.

Then run configure with the --with-python=/usr/bin/python2 option.

- -- 
Todd  OpenPGP - KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp

Why does a slight tax increase cost you two hundred dollars and a
substantial tax cut save you thirty cents?
-- Peg Bracken

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

iD8DBQE+VPyYuv+09NZUB1oRAiiMAJ92Cbb5dTWxMVTYEw9IdMP3ZMm3dgCgsy3y
46mKm7BgbVbXXMkQkrGHVN8=
=aH17
-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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Python RH 7.3

2003-02-20 Thread Klaus Steinberger


I want to upgrade mailman 2.1
It tells me my pyhon is to old, what is the esiest way to upgrade python ?



Well, leave the old Python. RH needs it.
Just go to www.python.org and download the 2.2 source. (only RH8 rpms there)


Not necessary, there is an python2-2.2 rpm on the RH7.3 disks. Install 
that besides the python-1.5xx rpms

But be warned, there are security issues with the python rpms on the CD. 
you should get the newest from RedHat up2date.

Sincerely,
Klaus

--
Klaus Steinberger Maier-Leibnitz Labor
Phone: (+49 89)289 14287  Am Coulombwall 6, D-85748 Garching, Germany
FAX:   (+49 89)289 14280  EMail: [EMAIL PROTECTED]
URL: http://www.physik.uni-muenchen.de/~k2/

In a world without Walls and Fences, who needs Windows and Gates


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Python RH 7.3

2003-02-20 Thread Ashley M. Kirchner
Danny Terweij wrote:


I want to upgrade mailman 2.1
It tells me my pyhon is to old, what is the esiest way to upgrade python ?



Well, leave the old Python. RH needs it.
Just go to www.python.org and download the 2.2 source. (only RH8 rpms there)


   No need.  RedHat has RPMs for 7.3 as well:

   ftp://updates.redhat.com/7.3/en/os/i386/python2-2.2.2-11.7.3.i386.rpm
   
ftp://updates.redhat.com/7.3/en/os/i386/python2-devel-2.2.2-11.7.3.i386.rpm
   
ftp://updates.redhat.com/7.3/en/os/i386/python2-docs-2.2.2-11.7.3.i386.rpm

--
M | I haven't lost my mind; it's backed up on tape somewhere.
 +
 Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
 IT Director / SysAdmin / WebSmith . 800.441.3873 x130
 Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
 http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] MM 2.1 topics question...

2003-02-20 Thread Jeff Hahn
I'm playing with topics to see how they work.

I want to hold any message that doesn't match an existing topic.

(actually I'd also like to hold any message that has more than one topic, 
but that can wait for step two)

let's say we have topics AAA and BBB and topics must be in subject.

if I use subject: .*AAA.*|.*BBB.* in the spam filters on the privacy 
option page, it works backwords (as you would expect).  

how the heck do I negate that regular expression?

it would seem that  subject: [^.*AAA.*|.*BBB.*] or 
subject: [^[.*AAA.*|.*BBB.*]]

but those don't seem to work as they should

I'm obviously missing something simple (greedy matching perhaps?), but I 
can't seem to see it.

any helpful hints???

Thanks,

-Jeff






--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users]

2003-02-20 Thread Pawan Singh
Hi,

How can I restrict access the mailing list archives to subscribed users
only.


Thanks

-Pawan


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users]

2003-02-20 Thread Pawan Singh
Hi,

How can I rename my existing list.?


Thanks

-Pawan


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users]

2003-02-20 Thread Richard Barrett
At 19:37 20/02/2003, Pawan Singh wrote:

Hi,

How can I rename my existing list.?


Thanks

-Pawan


Not easy to do.

You may find it easier to create the new list and then use the scripts in 
$prefix/bin to export the old lists membership list and add its contents to 
the new list's membership. The delete the old list.


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] how to force confirmation on my list owners?

2003-02-20 Thread Marc Haber
Hi,

I would like to make it impossible for my list owners to subscribe
people to their lists. Inviting them via the admin mass subscribe
interface is OK, but in no way should it be possible to add somebody
to a list without her first replying to a confirmation e-mail.

Is that possible in Mailman 2.1?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber  |Questions are the | Mailadresse im Header
Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users]

2003-02-20 Thread Pawan Singh
How to change the email id for Send questions or comments to  on the
listinfo page.

Thx



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Multiple-domain Mailman question

2003-02-20 Thread Phil Stracchino
I think I may be trying to do something unsupported.

I just upgraded my Mailman installation from v2.0.6 to v2.1.1, and at
the same time I'm preparing to switch my mail delivery domain over from
babcom.com to caerllewys.net.  The webserver still advertises as
www.babcom.com (although it answers to www.caerllewys.net as well).  Is
there a defined way to migrate my existing Mailman lists from
[EMAIL PROTECTED] to [EMAIL PROTECTED]?  I *also* want the lists to
appear on the main Mailman listinfo page regardless of whether the
listinfo page is invoked as http://www.babcom.com/mailman/listinfo or as
http://www.caerllewys.net/mailman/listinfo.

Is this possible?


-- 
 .*  Fight Back!  It may not be just YOUR life at risk.  *.
 : phil stracchino : unix ronin : renaissance man : mystic zen biker geek :
 :  [EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED]  :
 :   2000 CBR929RR, 1991 VFR750F3 (foully murdered), 1986 VF500F (sold)   :
 :Linux Now!   ...Because friends don't let friends use Microsoft.:

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] LDAP - mailman

2003-02-20 Thread David Richards
Hi,

Does anyone out there have a script that takes definitions for a mailing
list from LDAP to mailman??

Our preferred method would be to have all definitions in LDAP, and mailman
to directly access them there, but from what I have read that is not
currently available.  So, if someone has a script that could update mailman
based on LDAP definitions, it would be really cool if I could get my hads
on it, even if I have to mod a little bit.

The reason?  Because all our corporate data is in Oracle databases and we
have it translated to LDAP for other purposes...

thanks,

Dave.

Dave Richards
Senior Network Programmer
Information Technology Services
Queensland University of Technology

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Strange behaviour in mailman 2.2.1

2003-02-20 Thread Rostyk

Hello!

Few days ago downloaded mailman-2.1.1 from sourceforge.
I tried such a trick on mailman:

1.created the list called e.x. mylist, with list address
[EMAIL PROTECTED]

2.from another host sent a message to [EMAIL PROTECTED]
from unexistable user [EMAIL PROTECTED] Of course, i
didn't get the answer, cause it went to that
[EMAIL PROTECTED], probably causing MAILER-DAEMON return back to
[EMAIL PROTECTED] and loop:)

3. now, even if i change my from address to the real one
([EMAIL PROTECTED]) and send a message to
[EMAIL PROTECTED] I don't get an answer at all!!!
(UNTIL I restart mailman).

Other lists respond ok though...

Can you explain such situation?


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Problem with mail-news-gateway, maybe Message ID ?

2003-02-20 Thread Jan-Hendrik Heuing
Hi !

We are running Mailman + Inn. We would like to sync between thouse, which works pretty 
well, messages are sent back and forth.

There is one problem: The threads are not displayed correctly. I found to messages in 
the archiv with that question, but no solution to it. It would be great if anyone 
could point me into the right direction, if a solution is available.

http://www.mail-archive.com/mailman-users@python.org/msg10612.html
http://www.mail-archive.com/mailman-users@python.org/msg10145.html

thanks a lot, jhh


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] upgrade

2003-02-20 Thread Andreas Moxnes
hello,
i've received a dump of different lists and archives
from an older mailman version (don't know which version).
i've installed mailman2.1, copied the lists to the mailman
dir and used the ./bin/fix_url.py.

everything works fine exept for one thing: if an old user
(from the previous version) asks mailman to send a passord-reminder,
the following error occurs.

any tips?

thanks,
_andreas.

Bug in Mailman version 2.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
happened. Thanks!

Traceback:

Traceback (most recent call last):
  File /usr/local/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/local/mailman/Mailman/Cgi/options.py, line 169, in main
mlist.MailUserPassword(user)
  File /usr/local/mailman/Mailman/Deliverer.py, line 87, in
MailUserPassword
if not self.getMemberPassword(user):
  File /usr/local/mailman/Mailman/OldStyleMemberships.py, line 102, in
getMemberPassword
raise Errors.NotAMemberError, member
NotAMemberError: [EMAIL PROTECTED]







Python information:
Variable Value
sys.version 2.2.2 (#3, Dec 30 2002, 15:34:51) [GCC 3.2 20020903 (Red Hat
Linux 8.0 3.2-7)]
sys.executable /usr/local/www/bin/python2.2
sys.prefix /usr/local/www
sys.exec_prefix /usr/local/www
sys.path /usr/local/www
sys.platform linux2






Environment variables:
Variable Value
PATH_INFO  /110
HTTP_ACCEPT  image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/msword, application/vnd.ms-excel,
application/vnd.ms-powerpoint, */*
HTTP_PRAGMA  no-cache
CONTENT_TYPE  application/x-www-form-urlencoded
HTTP_REFERER  http://kunst.no/mailman/options/110
SERVER_SOFTWARE  Apache/1.3.27 (Unix) PHP/4.3.0
PYTHONPATH  /usr/local/mailman
SCRIPT_FILENAME  /usr/local/mailman/cgi-bin/options
SERVER_ADMIN  [EMAIL PROTECTED]
SCRIPT_NAME  /mailman/options
SCRIPT_URI  http://kunst.no/mailman/options/110
SERVER_SIGNATURE  Apache/1.3.27 Server at kunst.no Port 80
REQUEST_METHOD  POST
HTTP_HOST  kunst.no
SCRIPT_URL  /mailman/options/110
SERVER_PROTOCOL  HTTP/1.0
QUERY_STRING
REQUEST_URI  /mailman/options/110
CONTENT_LENGTH  69
HTTP_USER_AGENT  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 4.0)
HTTP_CONNECTION  Keep-Alive
HTTP_COOKIE
110+admin=28020069a6ae533e73280035366637623838333830323866653034666331393234323533346236353062323861633637633666;
PHPSESSID=46be25a32188f7c0d5ff4a7acdaa9cc9
SERVER_NAME  kunst.no
REMOTE_ADDR  129.240.157.171
REMOTE_PORT  3576
HTTP_ACCEPT_LANGUAGE  en-us
PATH_TRANSLATED  /usr/local/www/htdocs/kunst.no/110
SERVER_PORT  80
GATEWAY_INTERFACE  CGI/1.1
SERVER_ADDR  158.36.77.162
DOCUMENT_ROOT  /usr/local/www/htdocs/kunst.no





--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] User AKAs?

2003-02-20 Thread APBulletins
Not sure, but I'm digging further to find, what Real Name support is in
Mailman.

But, here's the deal.

Current version is 2.0rc1
Issue is that mail is held for approval for people not recognized as a
member.
But, they are members.
Our damn mailserver changes how it says who the mail is from.
 - One day it's our registered email address as in mailman
 - One day it's our full name, versus an email address
 - etc.

Is there a way to set up AKAs for each user so no matter what our IT group
changes about the mailserver, it sees members properly?

Thanks!


---
Alan


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] upgrade

2003-02-20 Thread Phil Stracchino
On Wed, Feb 19, 2003 at 10:04:13AM +0100, Andreas Moxnes wrote:
 hello,
 i've received a dump of different lists and archives
 from an older mailman version (don't know which version).
 i've installed mailman2.1, copied the lists to the mailman
 dir and used the ./bin/fix_url.py.

Hmmm...   I suspect this fix_url.py may be part of the answer to my own
question.  I'll look into it and see if it helps.


-- 
 .*  Fight Back!  It may not be just YOUR life at risk.  *.
 : phil stracchino : unix ronin : renaissance man : mystic zen biker geek :
 :  [EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED]  :
 :   2000 CBR929RR, 1991 VFR750F3 (foully murdered), 1986 VF500F (sold)   :
 :Linux Now!   ...Because friends don't let friends use Microsoft.:

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users]

2003-02-20 Thread Pawan Singh
Is there any way to hide the maling lists




--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] how to force confirmation on my list owners?

2003-02-20 Thread Jon Carnes
You could hack the code to remove the subscribe option from the
Web-admin.  This would be a fairly easy hack.  Other than that, it's not
configurable.

In version 2.1 you could simply let the list owners be moderators
(rather than full admins).  They would only have access to the features
in admindb (and not the features in web based admin cgi)

Good Luck - Jon Carnes

On Thu, 2003-02-20 at 16:28, Marc Haber wrote:
 Hi,
 
 I would like to make it impossible for my list owners to subscribe
 people to their lists. Inviting them via the admin mass subscribe
 interface is OK, but in no way should it be possible to add somebody
 to a list without her first replying to a confirmation e-mail.
 
 Is that possible in Mailman 2.1?
 
 Greetings
 Marc
 
 -- 
 -- !! No courtesy copies, please !! -
 Marc Haber  |Questions are the | Mailadresse im Header
 Karlsruhe, Germany  | Beginning of Wisdom  | Fon: *49 721 966 32 15
 Nordisch by Nature  | Lt. Worf, TNG Rightful Heir | Fax: *49 721 966 31 29
 
 --
 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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Personalized Footer

2003-02-20 Thread Larry Hansford
I have added personalization to the lists, and have added a line in the 
footer that shows:

This message was sent to: [EMAIL PROTECTED]

which the list members like, but they would like me to add a line that reads:

This message was sent by: [EMAIL PROTECTED]


Can someone tell me what variable I would use to insert the sender's 
name/address in that line?  This is Mailman 2.1.1.

Thanks!

Larry


--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users]

2003-02-20 Thread Matthew Davis
* Pawan Singh ([EMAIL PROTECTED]) wrote:
 Is there any way to hide the maling lists

To make it not publicly advertized on the web page, set 'advertised' to 'No'
on the Privacy page.

--
Matthew Davis
http://dogpound.vnet.net/

He who sitteth on an upturned tack shall surely rise.

--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] reject all...

2003-02-20 Thread Spam Collector

Hello..
  Anyone know of a way to do a reject all?  My lists get a ton of spam,
and it gets old selected reject over and over..

Thanks!

C.



--
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



Re: [Mailman-Users] Upgrade to 2.1

2003-02-20 Thread Vivek Khera
 RB == Richard Barrett [EMAIL PROTECTED] writes:

RB I confess I cheat by doing test runs: I installed MM 2.0.13 with all the 
RB patches I was using on my production MM 2.0.13 system onto my secondary 
RB server, added some sample lists and then did a trial upgrade to MM 2.1 
RB (initially beta). Repeated this until upgrading the test system was 
RB completely trouble free; then doing the real thing was a non-event. Doing 
RB this was where I sorted out the fixup scripts I needed, and found the sting 
What?!?!?  You mean you test software and upgrade procedures *before*
doing them on a production machine?  What are you, some kind of *real*
system administrator or something? ;-)


--
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] Upgrade to 2.1

2003-02-20 Thread Richard Barrett
At 15:45 20/02/2003, Vivek Khera wrote:
 RB == Richard Barrett [EMAIL PROTECTED] writes:

RB I confess I cheat by doing test runs: I installed MM 2.0.13 with all the
RB patches I was using on my production MM 2.0.13 system onto my secondary
RB server, added some sample lists and then did a trial upgrade to MM 2.1
RB (initially beta). Repeated this until upgrading the test system was
RB completely trouble free; then doing the real thing was a non-event. Doing
RB this was where I sorted out the fixup scripts I needed, and found the 
sting
What?!?!?  You mean you test software and upgrade procedures *before*
doing them on a production machine?  What are you, some kind of *real*
system administrator or something? ;-)
Tried not doing the tests once. I've still got the scars.

My boss has the memory of an elephant and never hesitates to remind one of 
past sins, especially at pay review time!

Mind you we have a great job incentive scheme: do your job well and you 
might get to keep it :(

--
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