Re: [Mailman-Users] changing DEFAULT_HOST_NAME after creating lists

2002-09-04 Thread Fergus Donohue

Sorry I got to this so late, but for future reference.

You should be able to do it with a script. Dump out the config of a 
sample list with a command something like the following:

config_list -o listname.cfg listname

edit listname.cfg and leave in only the line relating to localdomain,
changing it to the new name of course!

Then run something like the following:
cd ~mailman/lists
for list in `ls`
do
~mailman/bin/config_list -i /tmp/newdomain.cfg $list
done

All untested and off the top of my head (of course), so I'd test it
first!

Fergus.

John P. Looney wrote:
 
 On Wed, Aug 28, 2002 at 01:08:09PM -0500, David F. Reed mentioned:
  There is a place in the overall configuration (one of the .py scripts)
  that you can change the entry of all of them...
 
  On a RedHat 7.3 system, it is /var/mailman/Mailman/mm_cfg.py
  On other systems, I would think a locate mailman|grep mm_cfg.py
  would find it..
 
  Edit variable DEFAULT_HOST_NAME = new host name
 
 
  Good luck; if you have a moent for it,
  I am curious how you moved all the lists, archives, etc.
 
  The problem is that this variable is only accessed when the list is
 created - so for all new lists, the DEFAULT_HOST_NAME will be correct.
 
  In the end, I just went to the web page of all sixty lists, and changed
 them manually.
 
 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/

-- 
Fergus Donohue,
Systems Group,
Computer Services Dept.
Dublin City 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/



Re: [Mailman-Users] Install problems

2002-09-04 Thread Alexander Czernay

My mistake. I cut the rest.

Here we go again

Creating architecture independent directories...
chmod o-r /home/mailman/archives/private
Creating architecture dependent directories...
make[1]: Entering directory `/home/mailman/bin'
for f in digest_arch mmsitepass newlist rmlist add_members list_members 
remove_members clone_member update arch sync_members check_db withlist 
check_perms find_member version move_list config_list list_lists dumpdb; \
do \
/usr/bin/install -c -m 755 $f /home/mailman/bin; \
done
/usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' are 
the same file
/usr/bin/install: `mmsitepass' and `/home/mailman/bin/mmsitepass' are 
the same file
/usr/bin/install: `newlist' and `/home/mailman/bin/newlist' are the same 
file
/usr/bin/install: `rmlist' and `/home/mailman/bin/rmlist' are the same file
/usr/bin/install: `add_members' and `/home/mailman/bin/add_members' are 
the same file
/usr/bin/install: `list_members' and `/home/mailman/bin/list_members' 
are the same file
/usr/bin/install: `remove_members' and 
`/home/mailman/bin/remove_members' are the same file
/usr/bin/install: `clone_member' and `/home/mailman/bin/clone_member' 
are the same file
/usr/bin/install: `update' and `/home/mailman/bin/update' are the same file
/usr/bin/install: `arch' and `/home/mailman/bin/arch' are the same file
/usr/bin/install: `sync_members' and `/home/mailman/bin/sync_members' 
are the same file
/usr/bin/install: `check_db' and `/home/mailman/bin/check_db' are the 
same file
/usr/bin/install: `withlist' and `/home/mailman/bin/withlist' are the 
same file
/usr/bin/install: `check_perms' and `/home/mailman/bin/check_perms' are 
the same file
/usr/bin/install: `find_member' and `/home/mailman/bin/find_member' are 
the same file
/usr/bin/install: `version' and `/home/mailman/bin/version' are the same 
file
/usr/bin/install: `move_list' and `/home/mailman/bin/move_list' are the 
same file
/usr/bin/install: `config_list' and `/home/mailman/bin/config_list' are 
the same file
/usr/bin/install: `list_lists' and `/home/mailman/bin/list_lists' are 
the same file
/usr/bin/install: `dumpdb' and `/home/mailman/bin/dumpdb' are the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/bin'
make[1]: Entering directory `/home/mailman/cron'
for f in checkdbs crontab.in mailpasswds senddigests gate_news 
nightly_gzip qrunner bumpdigests; \
do \
/usr/bin/install -c -m 644 $f /home/mailman/cron; \
done
/usr/bin/install: `checkdbs' and `/home/mailman/cron/checkdbs' are the 
same file
/usr/bin/install: `crontab.in' and `/home/mailman/cron/crontab.in' are 
the same file
/usr/bin/install: `mailpasswds' and `/home/mailman/cron/mailpasswds' are 
the same file
/usr/bin/install: `senddigests' and `/home/mailman/cron/senddigests' are 
the same file
/usr/bin/install: `gate_news' and `/home/mailman/cron/gate_news' are the 
same file
/usr/bin/install: `nightly_gzip' and `/home/mailman/cron/nightly_gzip' 
are the same file
/usr/bin/install: `qrunner' and `/home/mailman/cron/qrunner' are the 
same file
/usr/bin/install: `bumpdigests' and `/home/mailman/cron/bumpdigests' are 
the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/cron'
make[1]: Entering directory `/home/mailman/filters'
for f in bowa-strip; \
do \
/usr/bin/install -c -m 644 $f /home/mailman/filters; \
done
/usr/bin/install: `bowa-strip' and `/home/mailman/filters/bowa-strip' 
are the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/filters'
make[1]: Entering directory `/home/mailman/misc'
/usr/bin/install -c -m 644 Cookie.py /home/mailman/Mailman
/usr/bin/install -c -m 644 *.jpg *.png /home/mailman/icons
for d in bin cron scripts; \
do \
dir=/home/mailman/$d; \
/usr/bin/install -c -m 644 paths.py $dir; \
done
/usr/bin/install -c -m 664 pending_subscriptions.db /home/mailman/data
make[1]: Leaving directory `/home/mailman/misc'
make[1]: Entering directory `/home/mailman/Mailman'
for f in *.py; \
do \
/usr/bin/install -c -m 644 $f /home/mailman/Mailman; \
done
/usr/bin/install: `Autoresponder.py' and 
`/home/mailman/Mailman/Autoresponder.py' are the same file
/usr/bin/install: `Bouncer.py' and `/home/mailman/Mailman/Bouncer.py' 
are the same file
/usr/bin/install: `Cookie.py' and `/home/mailman/Mailman/Cookie.py' are 
the same file
/usr/bin/install: `Crypt.py' and `/home/mailman/Mailman/Crypt.py' are 
the same file
/usr/bin/install: `Defaults.py' and `/home/mailman/Mailman/Defaults.py' 
are the same file
/usr/bin/install: `Deliverer.py' and 
`/home/mailman/Mailman/Deliverer.py' are the same file
/usr/bin/install: `Digester.py' and `/home/mailman/Mailman/Digester.py' 
are the same file
/usr/bin/install: `EncWord.py' and `/home/mailman/Mailman/EncWord.py' 
are the same file
/usr/bin/install: `Errors.py' and `/home/mailman/Mailman/Errors.py' are 
the same file
/usr/bin/install: `GatewayManager.py' and 

Re: [Mailman-Users] Install problems

2002-09-04 Thread Ashley M. Kirchner

Alexander Czernay wrote:

 /usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' are
 the same file

This tells me you've already installed it once, and are now doing it for the n-th
time.  Consequently, your system complains about the files being the same.  Ignore.


 mv: Beim Verschieben mehrerer Dateien muß das letzte Argument ein
 Verzeichnis sein
 Versuchen Sie »mv --help« für weitere Informationen.
 /usr/bin/install: cannot stat `*.html': Datei oder Verzeichnis nicht
 gefunden
 mv: Beim Verschieben mehrerer Dateien muß das letzte Argument ein
 Verzeichnis sein
 Versuchen Sie »mv --help« für weitere Informationen.
 /usr/bin/install: cannot stat `*.txt': Datei oder Verzeichnis nicht gefunden

Unfortunately for you, of all the languages I know, this isn't one of them.
However, reading the little bit of English in there, I suspect you have a faulted
source.  Or you're not installing from the correct location.  It can't find (stat)
any .html nor .txt files.

AMK4

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



Re: [Mailman-Users] Install problems

2002-09-04 Thread Alexander Czernay

This is kind of strange, as I just downloaded it yesterday from Sourceforge.

It seems to me, like it can't move some files and thus doesn't find them 
afterwards. Is it possible that the SuSE guys altered the mv command or 
that something else is going wrong here?

Translation of the last few lines:

make[1]: Entering directory `/home/mailman/templates'
for f in *.html *.txt; \
do \
  mv -f /home/mailman/templates/$f /home/mailman/templates/$f.prev || 
/bin/true; \
  /usr/bin/install -c -m 644 $f /home/mailman/templates; \
done
mv: When moving several files, the last argument must be a directory
/usr/bin/install: cannot stat `*.html': File or directory not found
mv: When moving several files, the last argument must be a directory
/usr/bin/install: cannot stat `*.txt': File or directory not found
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/templates'
make: *** [doinstall] Error 2


Thanks for your support.

Alexander




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



Re: [Mailman-Users] Install problems

2002-09-04 Thread Ashley M. Kirchner

Alexander Czernay wrote:

 It seems to me, like it can't move some files and thus doesn't find them
 afterwards. Is it possible that the SuSE guys altered the mv command or
 that something else is going wrong here?

Actually, it's just trying to move what's already in /home/mailman/templates
to $file.prev (denoting a previous install), and it's not finding any files
there - this can also be ignored.


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



Re: [Mailman-Users] Install problems

2002-09-04 Thread Richard Barrett

I may be wrong but I have a suspicion that you have arranged things so that 
your mailman build and install directories are one and the same.

In a short experiment I could obtain similar results to those your report 
by doing that.

You are, in effect, trying to install from the build directory into the 
build directory.

The lines that read as follows below:

quote
/usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' are the 
same file
/quote

are the results  of trying to mv a file to itself which would occur if you 
have done as I suggest.

Similarly the lines that read:

quote
mv: Beim Verschieben mehrerer Dateien muß das letzte Argument ein 
Verzeichnis sein
Versuchen Sie »mv --help« für weitere Informationen.
/usr/bin/install: cannot stat `*.html': Datei oder Verzeichnis nicht gefunden
/quote

may arise in the scenario I suggest because the files that mv is trying to 
operate on have already been renamed with .prev suffix added.

Have all the .html and .txt files in your $build/templates directory been 
rename to .html.prev and .txt.prev?

But I could be completely wrong about what your problem is.


At 16:45 04/09/2002 +0200, Alexander Czernay wrote:
My mistake. I cut the rest.

Here we go again

Creating architecture independent directories...
chmod o-r /home/mailman/archives/private
Creating architecture dependent directories...
make[1]: Entering directory `/home/mailman/bin'
for f in digest_arch mmsitepass newlist rmlist add_members list_members 
remove_members clone_member update arch sync_members check_db withlist 
check_perms find_member version move_list config_list list_lists dumpdb; \
do \
/usr/bin/install -c -m 755 $f /home/mailman/bin; \
done
/usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' are 
the same file
/usr/bin/install: `mmsitepass' and `/home/mailman/bin/mmsitepass' are the 
same file
/usr/bin/install: `newlist' and `/home/mailman/bin/newlist' are the same file
/usr/bin/install: `rmlist' and `/home/mailman/bin/rmlist' are the same file
/usr/bin/install: `add_members' and `/home/mailman/bin/add_members' are 
the same file
/usr/bin/install: `list_members' and `/home/mailman/bin/list_members' are 
the same file
/usr/bin/install: `remove_members' and `/home/mailman/bin/remove_members' 
are the same file
/usr/bin/install: `clone_member' and `/home/mailman/bin/clone_member' are 
the same file
/usr/bin/install: `update' and `/home/mailman/bin/update' are the same file
/usr/bin/install: `arch' and `/home/mailman/bin/arch' are the same file
/usr/bin/install: `sync_members' and `/home/mailman/bin/sync_members' are 
the same file
/usr/bin/install: `check_db' and `/home/mailman/bin/check_db' are the same 
file
/usr/bin/install: `withlist' and `/home/mailman/bin/withlist' are the same 
file
/usr/bin/install: `check_perms' and `/home/mailman/bin/check_perms' are 
the same file
/usr/bin/install: `find_member' and `/home/mailman/bin/find_member' are 
the same file
/usr/bin/install: `version' and `/home/mailman/bin/version' are the same file
/usr/bin/install: `move_list' and `/home/mailman/bin/move_list' are the 
same file
/usr/bin/install: `config_list' and `/home/mailman/bin/config_list' are 
the same file
/usr/bin/install: `list_lists' and `/home/mailman/bin/list_lists' are the 
same file
/usr/bin/install: `dumpdb' and `/home/mailman/bin/dumpdb' are the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/bin'
make[1]: Entering directory `/home/mailman/cron'
for f in checkdbs crontab.in mailpasswds senddigests gate_news 
nightly_gzip qrunner bumpdigests; \
do \
/usr/bin/install -c -m 644 $f /home/mailman/cron; \
done
/usr/bin/install: `checkdbs' and `/home/mailman/cron/checkdbs' are the 
same file
/usr/bin/install: `crontab.in' and `/home/mailman/cron/crontab.in' are the 
same file
/usr/bin/install: `mailpasswds' and `/home/mailman/cron/mailpasswds' are 
the same file
/usr/bin/install: `senddigests' and `/home/mailman/cron/senddigests' are 
the same file
/usr/bin/install: `gate_news' and `/home/mailman/cron/gate_news' are the 
same file
/usr/bin/install: `nightly_gzip' and `/home/mailman/cron/nightly_gzip' are 
the same file
/usr/bin/install: `qrunner' and `/home/mailman/cron/qrunner' are the same file
/usr/bin/install: `bumpdigests' and `/home/mailman/cron/bumpdigests' are 
the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/cron'
make[1]: Entering directory `/home/mailman/filters'
for f in bowa-strip; \
do \
/usr/bin/install -c -m 644 $f /home/mailman/filters; \
done
/usr/bin/install: `bowa-strip' and `/home/mailman/filters/bowa-strip' are 
the same file
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/mailman/filters'
make[1]: Entering directory `/home/mailman/misc'
/usr/bin/install -c -m 644 Cookie.py /home/mailman/Mailman
/usr/bin/install -c -m 644 *.jpg *.png /home/mailman/icons
for d in bin cron scripts; \
do \
dir=/home/mailman/$d; \

Re: [Mailman-Users] password reminder question

2002-09-04 Thread Christopher Adams

This is interesting. In the header it appears that the password reminder was
sent out by  'jog-admin'  on behalf of mailman-owner...

Looking through my logs, I find that the monthly reminder to all (9000+
users) was sent from 'jog-admin'. It appears that the correct information
was sent to all users, but some confusion developed when they saw the
address that sent it.

So, can anyone verify that this is a true bug in Mailman 2.0.10? Does it
pick a list at random to use to send the reminder on behalf of
mailman-owner?


Christopher Adams
Automated Systems
Oregon State Library
503-378-4243  x258
[EMAIL PROTECTED]

- Original Message -
From: Hans-Peter Zahno [EMAIL PROTECTED]
To: Christopher Adams [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 04, 2002 1:40 AM
Subject: Re: [Mailman-Users] password reminder question


 Hello Christopher Adams,

 I noticed this behaviour also and posted already a message a few months
 ago on this list. For me it looks like a bug, but I didn't announced it
 any further.
 BTW, I'm using version 2.0.10.

 Regards
 Hans-Peter Zahno

  I have a question about password reminders. This system sends out montly
  password reminders. Below is the header and footer of a message to a
user.
  Note that it comes from 'jog-admin' (another list we host) and is for a
  subscriber of the 'currdir' list. It appears that it sent the correct
  information to the right person, but why does it appear to be coming
from
  'jog-admin'?
 
  Is this a feature or a bug in Mailman?
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of
   [EMAIL PROTECTED]
   Sent: Sunday, September 01, 2002 5:30 AM
   To: [EMAIL PROTECTED]
   Subject: webhost.osl.state.or.us mailing list memberships reminder
 
 
   List Password // URL
    
   [EMAIL PROTECTED]  bogus
  
 
 
  Christopher Adams
  Automated Systems
  Oregon State Library
  503-378-4243  x258
  [EMAIL PROTECTED]
 
 




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



Re: [Mailman-Users] Install problems

2002-09-04 Thread Alexander Czernay

You're absolutly right. I've moved all the sources to 
/usr/local/src/mailman and it worked perfectly well. That could have 
come to my mind earlier :(

Thanks for your support.

Alexander


Richard Barrett wrote:

 I may be wrong but I have a suspicion that you have arranged things so 
 that your mailman build and install directories are one and the same.

 In a short experiment I could obtain similar results to those your 
 report by doing that.

 You are, in effect, trying to install from the build directory into 
 the build directory.

 The lines that read as follows below:

 quote
 /usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' 
 are the same file
 /quote

 are the results  of trying to mv a file to itself which would occur if 
 you have done as I suggest.

 Similarly the lines that read:

 quote
 mv: Beim Verschieben mehrerer Dateien muß das letzte Argument ein 
 Verzeichnis sein
 Versuchen Sie »mv --help« für weitere Informationen.
 /usr/bin/install: cannot stat `*.html': Datei oder Verzeichnis nicht 
 gefunden
 /quote

 may arise in the scenario I suggest because the files that mv is 
 trying to operate on have already been renamed with .prev suffix added.

 Have all the .html and .txt files in your $build/templates directory 
 been rename to .html.prev and .txt.prev?

 But I could be completely wrong about what your problem is.


 At 16:45 04/09/2002 +0200, Alexander Czernay wrote:

 My mistake. I cut the rest.

 Here we go again

 Creating architecture independent directories...
 chmod o-r /home/mailman/archives/private
 Creating architecture dependent directories...
 make[1]: Entering directory `/home/mailman/bin'
 for f in digest_arch mmsitepass newlist rmlist add_members 
 list_members remove_members clone_member update arch sync_members 
 check_db withlist check_perms find_member version move_list 
 config_list list_lists dumpdb; \
 do \
/usr/bin/install -c -m 755 $f /home/mailman/bin; \
 done
 /usr/bin/install: `digest_arch' and `/home/mailman/bin/digest_arch' 
 are the same file
 /usr/bin/install: `mmsitepass' and `/home/mailman/bin/mmsitepass' are 
 the same file
 /usr/bin/install: `newlist' and `/home/mailman/bin/newlist' are the 
 same file
 /usr/bin/install: `rmlist' and `/home/mailman/bin/rmlist' are the 
 same file
 /usr/bin/install: `add_members' and `/home/mailman/bin/add_members' 
 are the same file
 /usr/bin/install: `list_members' and `/home/mailman/bin/list_members' 
 are the same file
 /usr/bin/install: `remove_members' and 
 `/home/mailman/bin/remove_members' are the same file
 /usr/bin/install: `clone_member' and `/home/mailman/bin/clone_member' 
 are the same file
 /usr/bin/install: `update' and `/home/mailman/bin/update' are the 
 same file
 /usr/bin/install: `arch' and `/home/mailman/bin/arch' are the same file
 /usr/bin/install: `sync_members' and `/home/mailman/bin/sync_members' 
 are the same file
 /usr/bin/install: `check_db' and `/home/mailman/bin/check_db' are the 
 same file
 /usr/bin/install: `withlist' and `/home/mailman/bin/withlist' are the 
 same file
 /usr/bin/install: `check_perms' and `/home/mailman/bin/check_perms' 
 are the same file
 /usr/bin/install: `find_member' and `/home/mailman/bin/find_member' 
 are the same file
 /usr/bin/install: `version' and `/home/mailman/bin/version' are the 
 same file
 /usr/bin/install: `move_list' and `/home/mailman/bin/move_list' are 
 the same file
 /usr/bin/install: `config_list' and `/home/mailman/bin/config_list' 
 are the same file
 /usr/bin/install: `list_lists' and `/home/mailman/bin/list_lists' are 
 the same file
 /usr/bin/install: `dumpdb' and `/home/mailman/bin/dumpdb' are the 
 same file
 make[1]: *** [install] Error 1
 make[1]: Leaving directory `/home/mailman/bin'
 make[1]: Entering directory `/home/mailman/cron'
 for f in checkdbs crontab.in mailpasswds senddigests gate_news 
 nightly_gzip qrunner bumpdigests; \
 do \
/usr/bin/install -c -m 644 $f /home/mailman/cron; \
 done
 /usr/bin/install: `checkdbs' and `/home/mailman/cron/checkdbs' are 
 the same file
 /usr/bin/install: `crontab.in' and `/home/mailman/cron/crontab.in' 
 are the same file
 /usr/bin/install: `mailpasswds' and `/home/mailman/cron/mailpasswds' 
 are the same file
 /usr/bin/install: `senddigests' and `/home/mailman/cron/senddigests' 
 are the same file
 /usr/bin/install: `gate_news' and `/home/mailman/cron/gate_news' are 
 the same file
 /usr/bin/install: `nightly_gzip' and 
 `/home/mailman/cron/nightly_gzip' are the same file
 /usr/bin/install: `qrunner' and `/home/mailman/cron/qrunner' are the 
 same file
 /usr/bin/install: `bumpdigests' and `/home/mailman/cron/bumpdigests' 
 are the same file
 make[1]: *** [install] Error 1
 make[1]: Leaving directory `/home/mailman/cron'
 make[1]: Entering directory `/home/mailman/filters'
 for f in bowa-strip; \
 do \
/usr/bin/install -c -m 644 $f /home/mailman/filters; \
 done
 /usr/bin/install: `bowa-strip' and `/home/mailman/filters/bowa-strip' 
 are the 

[Mailman-Users] Delivery Error going to the entire list

2002-09-04 Thread jdesalle

Mailman-2.1b3 running on RH 7.2

I have DELIVERY ERROR: and  MAILER-DEAMON messages going to the 
entire list.

I assume there is a way to only send these to the mailowner. The bounces 
are easy to fix but the  the Error messages shouldn't go to the list.
The other problem is The clients that have an out of the office message. 
These are looping to the list also and is driving the kind BRUTAL list 
users nut's.
I must be missing this in the FAQ's or docs. Any help or direction to 
info I am missing would
be much appreciated.

JDesalle


--
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] Error messages going to entire list

2002-09-04 Thread jdesalle

Mailman-2.1b3 running on RH 7.2

I have DELIVERY ERROR: and  MAILER-DEAMON messages going to the 
entire list.

I assume there is a way to only send these to the mailowner. The bounces 
are easy to fix but the  the Error messages shouldn't go to the list.
The other problem is The clients that have an out of the office message. 
These are looping to the list also and is driving the kind BRUTAL list 
users nut's.
I must be missing this in the FAQ's or docs. Any help or direction to 
info I am missing would
be much appreciated.

JDesalle


--
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] Mailman 2.0.13

2002-09-04 Thread David Sammons


  Hi there!!!

   I´m trying to install MM2.0.9, but when I run:
./configure --with-python=/path/to/python 

   I received the next message: 
Checking for mailman UID...Tracebak(most recent call
last):
   File conftest.py, line 1, in ?
  import pwd, string
   ImportError: ld.so.1: /usr/python/bin/python:
fatal:  libgcc_s.so.1: open failed: No such file or
directory
   cat: cannot open conftest.out

   configure: error:
*** No mailman user found!
*** Your system must have a mailman user defined
*** (usually in your /etc/passwd file). Please see the
INSTALL
*** file for details 


   I´ve create the user mailman and group

   I´m using solaris 7 and python 2.1

   Any ideas

   Thanks


_
Do You Yahoo!?
La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx

--
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] Foolish Newbie Question - Python v. Python2

2002-09-04 Thread John DeCarlo

Hello,

I have looked at the Install document, gone to the Mailman FAQ, and generally tried to 
figure this out.  But so far, without luck.  And yet it seems likely to be an obvious 
answer that eludes me.

I am currently running Red Hat 7.2 and 7.3 machines, and each has both python and 
python2 installed.  Both are in /usr/bin.  The Mailman docs indicate that Python 
2.1.3 or 2.2.1 are preferred.  I have 2.2.1 or newer, but only if 'python2' is run.  

Before I get myself in trouble, should I use the 

--with-python=/path/to/python

option to customize the installation, and have it say =/usr/bin/python2?  Or what?  
I don't know why Red Hat has both on there, but there might be a good reason to have 
both.

All advice welcome.

Thanks.

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



[Mailman-Users] test

2002-09-04 Thread Dirk H. Schulz

test test test

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



Re: [Mailman-Users] Foolish Newbie Question - Python v. Python2

2002-09-04 Thread Ashley M. Kirchner

John DeCarlo wrote:

 --with-python=/path/to/python

 option to customize the installation, and have it say =/usr/bin/python2?  Or what?

I don't see why this wouldn't work.


 I don't know why Red Hat has both on there, but there might be a good reason to have 
both.

This is why (based on one of my systems):

# rpm -e --test python
  python is needed by PyXML-0.7-4
  python is needed by 4Suite-0.11.1-8
  python is needed by python-clap-1.0.0-3
  python = 1.5.2-38 is needed by python-devel-1.5.2-38
  python is needed by Distutils-1.0.2-2
  python is needed by python-popt-0.8.8-7.x.2
  /usr/bin/python   is needed by PyXML-0.7-4
  /usr/bin/python   is needed by 4Suite-0.11.1-8
  /usr/bin/python   is needed by gettext-0.11.1-2

Whereas:

# rpm -e --test python2
  ...yields zip, nothing, nada.

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



[Mailman-Users] Mailman on RH73 - not sending mail

2002-09-04 Thread Michael Pike

I've went around and around with this thing for hours... I am at my 
last desperate hope - the mailing list.

I am on RH73...

I have the web front ends working, and can even subscribe and get 
messages but when I reply to the welcome/confirmation message, 
mailman does not respond

I've checked the aliases file, I've rebuilt them with newaliases...

I look at the /var/log/maillog, and it looks fine... I even screwed 
with GID for mail... no luck...

so I fudged some data into WRAPPER... and WRAPPER makes an entry into 
maillog when it doesn't work 

Anyhow, I am stumped... here is all the info, any help is GREATLY 
appreciated

My aliases file:

## eseries mailing list
## created: 04-Sep-2002 mailman
eseries: |/home/mailman/mail/wrapper post eseries
eseries-admin:   |/home/mailman/mail/wrapper mailowner 
eseries
eseries-request: |/home/mailman/mail/wrapper mailcmd eseries
eseries-owner:   eseries-admin


==

My maillog - showing proof email is coming in, and routing to the 
wrapper script (which also has a sym link in /etc/srsh):

Sep  4 13:47:24 nnmcmed sendmail[23515]: g84JlOn23514: 
to=|/home/mailman/mail/w
rapper mailcmd eseries , ctladdr=[EMAIL PROTECTED] 
(8/0), delay
=00:00:00, xdelay=00:00:00, mailer=prog, pri=31034, dsn=2.0.0, 
stat=Sent

=

any ideas?

THANKS!
mike


-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov


--
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] MailCommandHandler.py errors

2002-09-04 Thread Michael Pike

I checked the LOG area in the mailman DIR, and find this a couple of 
hundred times, which is probably what is wrong... any ideas?:

Sep 04 15:10:00 2002 qrunner(24498): Traceback (innermost last):
Sep 04 15:10:00 2002 qrunner(24498):   
File /home/mailman/cron/qrunner, line 2
83, in ?
Sep 04 15:10:00 2002 qrunner(24498):  kids = main(lock)
Sep 04 15:10:00 2002 qrunner(24498):   
File /home/mailman/cron/qrunner, line 2
53, in main
Sep 04 15:10:00 2002 qrunner(24498):  keepqueued = dispose_message
(mlist, ms
g, msgdata)
Sep 04 15:10:00 2002 qrunner(24498):   
File /home/mailman/cron/qrunner, line 1
57, in dispose_message
Sep 04 15:10:00 2002 qrunner(24498):  mlist.ParseMailCommands(msg)
Sep 04 15:10:00 2002 qrunner(24498):   
File /home/mailman/Mailman/MailCommandHa
ndler.py, line 123, in ParseMailCommands
Sep 04 15:10:00 2002 qrunner(24498):  precedence = msg.get
('precedence', '')
.lower()
Sep 04 15:10:00 2002 qrunner(24498): AttributeError :  'string' object 
has no at
tribute 'lower'

i am no python expert.

-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov


--
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] Issue with headers on listserv

2002-09-04 Thread Arif Mamdani

Hey folks,
I've got something here that I don't really understand, and would really
appreciate some assistance.

I'm running lists on redhat 7.2, postfix as the MTA, mailman version
2.0.7.  

Here's what happening.  I've recently been informed that one of the list
recipients is no longer receiving messages.  After going through some
troubleshooting with her, it looks like the headers on messages going to
her don't contain the for [EMAIL PROTECTED]; section that (I think)
identifies the recipient.  Looking through headers on my other lists, it
appears that none of the lists are sending messages with that line in
the header, yet they work because the right people get their
messages/respond/etc, so I'm confused both about this particular issue,
as well as why if none of my lists contain this header info, they appear
to work.

any help/guidance/place to look to learn more about this would be
appreciated.

thanks much,
-arif
-- 
Arif Mamdani[EMAIL PROTECTED]
Circuit Rider   ph: 651.644.0199 
LINC Project -- Welfare Law Center   c: 917.655.2579
www.lincproject.org www.welfarelaw.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/



Re: [Mailman-Users] MailCommandHandler.py errors

2002-09-04 Thread Ashley M. Kirchner

Michael Pike wrote:

 Traceback (innermost last):
 File /home/mailman/cron/qrunner, line 2 83, in ?
   kids = main(lock)
 File /home/mailman/cron/qrunner, line 2 53, in main
   keepqueued = dispose_message (mlist, msg, msgdata)
 File /home/mailman/cron/qrunner, line 1 57, in dispose_message
   mlist.ParseMailCommands(msg)
 File /home/mailman/Mailman/MailCommandHandler.py, line 123, in
 ParseMailCommands
   precedence = msg.get('precedence', '').lower()
 AttributeError :  'string' object has no attribute 'lower'

This is an error that has been posted before by many (including myself) and
I think the general solution was either downgrade to an earlier version of
Mailman, or tell it to use python2 instead.  Of course this would mean you have
python2 installed.

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



Re: [Mailman-Users] MailCommandHandler.py errors

2002-09-04 Thread Michael Pike

I saw that... but no luck...

I have Python2-2.2-16 (default rh73 install) and still getting the 
errors what is a good version to downgrade too?

mike


 Michael Pike wrote:
 
  Traceback (innermost last):
  File /home/mailman/cron/qrunner, line 2 83, in ?
kids = main(lock)
  File /home/mailman/cron/qrunner, line 2 53, in main
keepqueued = dispose_message (mlist, msg, msgdata)
  File /home/mailman/cron/qrunner, line 1 57, in dispose_message
mlist.ParseMailCommands(msg)
  File /home/mailman/Mailman/MailCommandHandler.py, line 123, in
  ParseMailCommands
precedence = msg.get('precedence', '').lower()
  AttributeError :  'string' object has no attribute 'lower'
 
 This is an error that has been posted before by many (including 
myself) and
 I think the general solution was either downgrade to an earlier 
version of
 Mailman, or tell it to use python2 instead.  Of course this would 
mean you have
 python2 installed.
 
 --
 W | 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/
 
 

-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov


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



Re: [Mailman-Users] several addresses for one user

2002-09-04 Thread Joerg Sommer

Odhiambo Washington wrote on Wed 04. Sep, 17:27 (+0300) :
 * Joerg Sommer [EMAIL PROTECTED] [20020903 23:53]: wrote:
  Can I register a member ml-XX on a mailing list and give the addresses of
  persons I trust? So this persons can post, but don't receive mails.
 
 subscribe multiple addresses that you are sending from and set the others
 not to receive mail. So you can post from any of the addresses but only
 rcv mail on one, yes?

This isn't the way I would prefer, but it is a way. Can I set this
parameters in the subscribe mail?

Joerg.

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



Re: [Mailman-Users] MailCommandHandler.py errors

2002-09-04 Thread Ashley M. Kirchner

Michael Pike wrote:

 I have Python2-2.2-16 (default rh73 install) and still getting the
 errors what is a good version to downgrade too?

A default RH7.3 install will have python installed, and only if you've
selected it, python2.  By your message it looks like you have python2 installed,
however python will still be on the system (many other rpm's rely on python, rpm
being one of them), so Mailman is using that, not python2.  Tell the configure
script that you want to use python2 instead (read ./configure --help)

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



Re: [Mailman-Users] test

2002-09-04 Thread hotmail user



What are you testing; your keyboard, email client, or isp? 
Or, all of the above? 
test concluded, 
test out. 

  - Original Message - 
  From: 
  Dirk H. 
  Schulz 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, September 04, 2002 3:34 
  PM
  Subject: [Mailman-Users] test
  test test 
  test--Mailman-Users 
  mailing list[EMAIL PROTECTED]http://mail.python.org/mailman/listinfo/mailman-usersMailman 
  FAQ: http://www.python.org/cgi-bin/faqw-mm.pySearchable 
  Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] MailCommandHandler.py errors

2002-09-04 Thread Michael Pike

I tried using configure with specifying /usr/bin/python2 as the 
interpreter no luck...

so, I just copied python2 over python, and now it works... who knows 
what else it will screw up... but mailman is more important to me than 
whatever the hell python was doing before i backed up the old 
python to pythonoriginal in /usr/bin... so now /usr/bin/python is a 
copy of /usr/bin/python2 and it's fine.

let me know if I am an idiot.
mike


 Michael Pike wrote:
 
  I have Python2-2.2-16 (default rh73 install) and still getting the
  errors what is a good version to downgrade too?
 
 A default RH7.3 install will have python installed, and only if 
you've
 selected it, python2.  By your message it looks like you have 
python2 installed,
 however python will still be on the system (many other rpm's rely on 
python, rpm
 being one of them), so Mailman is using that, not python2.  Tell the 
configure
 script that you want to use python2 instead (read ./configure --help)
 
 --
 W | 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/
 
 

-- 
Michael Pike
Northern Navajo Medical Center
Information Techonology Development
505-368-6062
The NNMC E-Series - Perfecting Healthcare Information Technology
http://eseries.ihs.gov


--
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] Migrating list!!!

2002-09-04 Thread David Sammons


   Hi there!!!

  In list.org i found this: 

Version (2.1b2, released on 05-May-2002) is the
current development release of the next version of
Mailman. Although, stable, it should not be used in
production environments. Instead, please use the
latest stable release. 

I´m working with MM2.1a2...I want to use the
stable version upgrading to 2.0.13 and moving them
move to a different server.

How can i do that

Thanks!!!

_
Do You Yahoo!?
La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx

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



Re: [Mailman-Users] MailCommandHandler.py errors

2002-09-04 Thread Barry A. Warsaw


 AMK == Ashley M Kirchner [EMAIL PROTECTED] writes:

AMK This is an error that has been posted before by many
AMK (including myself) and I think the general solution was
AMK either downgrade to an earlier version of Mailman, or tell it
AMK to use python2 instead.  Of course this would mean you have
AMK python2 installed.

No downgrading necessary.  Simply upgrade to Mailman 2.0.13 or use
Python 2.x.

-Barry

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