[Mailman-Users] howto disable signature check for rpms

2004-12-30 Thread Welcome Nguza
Hi there.

I am running Fedora core 3 and have the following problems.

1.Fedora checks the signatures and MDsums of any rpm I
install? How do I stop it from doing this.

2. I am looking for cedaga or any emulator that will allow
me to run games like halflife, quake and if possible EA
games on linux.
_
For super low premiums, click here http://www.dialdirect.co.za/quote
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Messages aren't delivered

2004-12-30 Thread Samuel Kvarnbrink
Hi all,
I've ran into a weird issue... I guess it all boils down to me being a 
total newbie when it comes to Mailman (in that case I apologize for the 
noise), but I feel completely lost at the moment. The problem is that I 
don't get any output at all from my Mailman installation. No list 
messages, no administrative messages, no error messages, no log entries, 
nothing!

I've created a list, added myself as a member and tried to send a few 
messages to the list. The messages seem to arrive at the correct 
destination, and a new file is created in the qfiles directory each time 
a message is sent to the list.

Any ideas what I'm doing wrong? I'm running Mailman 2.1.5 under OpenBSD 
3.6, with exim 4.41 as my MTA.

cheers,
Samuel Kvarnbrink
--
Mailman-Users mailing list
Mailman-Users@python.org
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 as a newsletter engine (only admin can post)

2004-12-30 Thread thomas Armstrong
Hi.

I would like to create a mailing list which works as a newsletter
(only admin can
post). How can I perform it?

Thank you very much.
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Messages aren't delivered

2004-12-30 Thread Adam Cripps
On Thu, 30 Dec 2004 12:18:02 +0100, Samuel Kvarnbrink
[EMAIL PROTECTED] wrote:
 Hi all,
 
 I've ran into a weird issue... I guess it all boils down to me being a
 total newbie when it comes to Mailman (in that case I apologize for the
 noise), but I feel completely lost at the moment. The problem is that I
 don't get any output at all from my Mailman installation. No list
 messages, no administrative messages, no error messages, no log entries,
 nothing!
 
 I've created a list, added myself as a member and tried to send a few
 messages to the list. The messages seem to arrive at the correct
 destination, and a new file is created in the qfiles directory each time
 a message is sent to the list.
 
 Any ideas what I'm doing wrong? I'm running Mailman 2.1.5 under OpenBSD
 3.6, with exim 4.41 as my MTA.
 
 cheers,
 Samuel Kvarnbrink

I normally check that the MTA and Mailman daemons are running before I
post to the list. After that, I start working on my MTA, by sending
mail from the Mailman server to a normal email account that I use
(this tells you if the problem is with your MTA or Mailman). If this
doesn't succeed then you need to start looking at your MTA logs and
see what is happening. If it does work, then check the Mailman logs.

HTH
Adam


-- 
http://www.monkeez.org
GPG key: 7111B833
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Backing up list with a cronjob command

2004-12-30 Thread Jim Tittsler
On Dec 29, 2004, at 23:32, Greg Hays [webforcedesign.com] wrote:
I've been told I can back up my list addresses by running a cronjob. 
What
command do I put in and that will run a mailman backup? It only gives 
me one
line.
If you are only interested in backing up the lists of subscribers, you 
can use the bin/list_members tool.  (Run it without arguments to see 
the options available.)

To do a more complete backup, you will want to preserve at least the 
lists/* directories... and in many cases, the archives tree, and the 
customizations you make to mm_cfg.py, custom handlers, etc... so just 
backing up the entire Mailman tree often makes sense.  How you do that 
depends on the resources available, but might include 
rsync/rdiff-backup to another machine, or rotating tar file collections 
over a number of days... but none of this is Mailman specific.

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
Mailman-Users@python.org
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] discard nonmembers in 2.0.7

2004-12-30 Thread Jim Tittsler
On Dec 30, 2004, at 09:16, Andrew Watson wrote:
I am desperate for some method that will discard posts from 
non-members (spam); 2.0.7 won't do that, I gather 2.1.5 will.
How flexible is your MTA or local delivery agent?  You could have it 
reject posts from non-members before handing the message to Mailman.

Does anyone have any suggestions for how to survive in a spam infested 
world with 2.0.7. Is there a script I could install, or something of 
that ilk?
You could write a script that scripted the web interface, and have that 
script invoked periodically as a cron job.  A couple examples of the 
scripting style necessary is available from 
http://starship.python.net/crew/jwt/mailman/#throughtheweb.

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Mailing list as a newsletter engine (only admin can post)

2004-12-30 Thread Jim Tittsler
On Dec 30, 2004, at 19:20, thomas Armstrong wrote:
I would like to create a mailing list which works as a newsletter
(only admin can post). How can I perform it?
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.011.htp
--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
Mailman-Users@python.org
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] removal

2004-12-30 Thread ron patterson
please cancell and remove me from the mailman files.  
Thank you [EMAIL PROTECTED]



__ 
Do you Yahoo!? 
Dress up your holiday email, Hollywood style. Learn more. 
http://celebrity.mail.yahoo.com
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Re: Apache2+Mailman - GID Issues

2004-12-30 Thread David Gibbs
Hunter Hillegas wrote:
My configure line:
../configure --with-mail-gid=postfix --with-python=/usr/bin/python2.2
--with-cgi-gid=nobody
Try using '--with-cgi-gid=apache'.  Apache2 on Redhat usually runs as 
the 'apache' user, not 'nobody'.

david
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Re: Apache2+Mailman - GID Issues

2004-12-30 Thread Hunter Hillegas
It's a custom install, not Red Hat's installation.

Apache is running as user nobody.

From httpd.conf:

User nobody
Group #-1

Any other ideas?

Thanks,
Hunter

 From: David Gibbs [EMAIL PROTECTED]
 Date: Thu, 30 Dec 2004 08:59:14 -0600
 To: mailman-users@python.org
 Subject: [Mailman-Users] Re: Apache2+Mailman - GID Issues
 
 Hunter Hillegas wrote:
 My configure line:
 ../configure --with-mail-gid=postfix --with-python=/usr/bin/python2.2
 --with-cgi-gid=nobody
 
 Try using '--with-cgi-gid=apache'.  Apache2 on Redhat usually runs as
 the 'apache' user, not 'nobody'.
 
 david
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 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
Mailman-Users@python.org
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] Re: Apache2+Mailman - GID Issues

2004-12-30 Thread Hunter Hillegas
Changing Apache's default group to 'nobody' seems to work.

I don't know why they changed the default in Apache 2.0...


 From: Hunter Hillegas [EMAIL PROTECTED]
 Date: Thu, 30 Dec 2004 08:07:28 -0800
 To: David Gibbs [EMAIL PROTECTED], Mailman mailman-users@python.org
 Subject: Re: [Mailman-Users] Re: Apache2+Mailman - GID Issues
 
 It's a custom install, not Red Hat's installation.
 
 Apache is running as user nobody.
 
 From httpd.conf:
 
 User nobody
 Group #-1
 
 Any other ideas?
 
 Thanks,
 Hunter
 
 From: David Gibbs [EMAIL PROTECTED]
 Date: Thu, 30 Dec 2004 08:59:14 -0600
 To: mailman-users@python.org
 Subject: [Mailman-Users] Re: Apache2+Mailman - GID Issues
 
 Hunter Hillegas wrote:
 My configure line:
 ../configure --with-mail-gid=postfix --with-python=/usr/bin/python2.2
 --with-cgi-gid=nobody
 
 Try using '--with-cgi-gid=apache'.  Apache2 on Redhat usually runs as
 the 'apache' user, not 'nobody'.
 
 david
 
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 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
 Mailman-Users@python.org
 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
Mailman-Users@python.org
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] removal

2004-12-30 Thread Brad Knowles
At 6:50 AM -0800 2004-12-30, ron patterson wrote:
 please cancell and remove me from the mailman files.
 Thank you [EMAIL PROTECTED]
	Please go to the web page at 
http://mail.python.org/mailman/listinfo/mailman-users and follow 
the instructions there.

	Alternatively, note that every post to the list comes through 
with the following headers defined:

List-Id: Mailman mailing list management users mailman-users.python.org
List-Unsubscribe: http://mail.python.org/mailman/listinfo/mailman-users,
mailto:[EMAIL PROTECTED]
List-Archive: http://mail.python.org/pipermail/mailman-users
List-Post: mailto:mailman-users@python.org
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: http://mail.python.org/mailman/listinfo/mailman-users,
mailto:[EMAIL PROTECTED]
	Depending on your MUA, you may be able to just click on the 
appropriate link for unsubscribing from the list.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
Mailman-Users@python.org
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] howto disable signature check for rpms

2004-12-30 Thread Brad Knowles
At 11:16 AM +0200 2004-12-30, Welcome Nguza wrote:
 I am running Fedora core 3 and have the following problems.
	You are asking Linux/Redhat/Fedora questions on a mailing list 
that is dedicated to the discussion and support of the cross-platform 
program known as Mailman.

	You are not likely to find much in the way of useful answers to 
your questions on this list.  You should go find mailing lists and 
other resources that are specific to your particular platform, and 
ask your questions there.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Huge List

2004-12-30 Thread Hauns Froehlingsdorf
I am hoping that someone will be able to help me out here.

I have been using mailman for a while now and am very familiar and happy
with its functionality!

I have a client that wants to bring his list over to mailman, he has
roughly 200,000 subscribers to this list and it is used once a month for a
newsletter.

The system I will be putting this on is a pretty beafy dell edge server
running RH AS3.0, dual processor and 1 GB of memory.  Sendmail for MTA.

Has anyone ever had experience or heard of how mailman/sendmail will play
with  a list of this size?

Thanks,
Hauns


-- 
Hauns Froehlingsdorf
KI0GU
--
Mailman-Users mailing list
Mailman-Users@python.org
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] problems migrating mailman site

2004-12-30 Thread Chris Riley
I'm upgrading my box from Fedora to Gentoo. I've saved my old mailman directory
and have just installed Mailman in Gentoo. But when I try copying over the
archives, data and lists directories, it doesn't know about the lists.

Old version on Fedora is 2.1.5. New version in Gentoo is 2.1.5.

I've emerged mailman, and done the work to integrate with apache and postfix. I
can view a screen at http://myserver.com/mailman/admin/, but it says that there
are no public lists.

What do I need to do to get Mailman working with my old lists?

Thanks.

-Chris Riley



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
--
Mailman-Users mailing list
Mailman-Users@python.org
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] resent-to possibly gets a message through moderation?

2004-12-30 Thread Gadi Evron
Hello.
I am running several mailing lists using mailman. Latest available 
debian package.

A member of one of my mailing lists got a spam message (it was confirmed 
on several levels).

We are not yet exactly sure how it happened, but the result was him 
re-sending the message to the list, carbon-copied from the spam.

Here is what I suspect caused mailman to accept the message without 
moderation, even though the FROM: address is not subscribed:

Resent-To: [EMAIL PROTECTED]
From: inquisitorRobbins [EMAIL PROTECTED]
Resent-Message-Id: [EMAIL PROTECTED]
Resent-From: member name [EMAIL PROTECTED]
If it isn't it and I completely mis-understood what happened, or you 
require any further information to find out how mailman let this email 
through, please let me know. I am somewhat worried.

Thank you for your help,
Gadi Evron.
--
Mailman-Users mailing list
Mailman-Users@python.org
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] problems migrating mailman site

2004-12-30 Thread Jim Tittsler
On Dec 31, 2004, at 04:47, Chris Riley wrote:
I've emerged mailman, and done the work to integrate with apache and 
postfix. I
can view a screen at http://myserver.com/mailman/admin/, but it says 
that there
are no public lists.
Does bin/check_perms report any permission errors?
Did the machine's name (or the values you use for DEFAULT_URL_HOST) 
change from something else (like www.myserver.com) to myserver.com?  
(If so, running bin/fix_url.py with bin/withlist would allow you to 
update the list objects for the new configuration.)

--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
Mailman-Users@python.org
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] Huge List

2004-12-30 Thread Mark Rauterkus
I run a list of 8,000 contacts and I ran out of memory. My virtual
server was a bit older -- and the ceiling was very low. I've since
been in the upgrade / migration to a new server. So, I hope to be
running again soon. But, there was a problem with memory errors.

However, it sounds (rookie guess) that you'll be okay given the box
you described.


Ta.

Mark Rauterkus [EMAIL PROTECTED]
http://Rauterkus.blogspot.com   
http://Rauterkus.com  http://Platform.For-Pgh.org
--
Mailman-Users mailing list
Mailman-Users@python.org
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] UnicodeError: ASCII decoding error: ordinal not in range(128) in Decorate.py, line 99

2004-12-30 Thread Gerhard Killesreiter

Hi there!

I get the above mentioned error in my mailman installation. The complete
trackback is:

Dec 31 02:42:28 2004 (23865) Uncaught runner exception: ASCII decoding
error: ordinal not in range(128) Dec 31 02:42:28 2004 (23865) Traceback
(most recent call last):
  File /usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/Runner.py,
line 111, in _oneloop
self._onefile(msg, msgdata)
  File /usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/Runner.py,
line 167, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File
/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Queue/OutgoingRunner.py,
line 73, in _dispose
self._func(mlist, msg, msgdata)
  File
/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Handlers/SMTPDirect.py,
line 131, in process
Decorate.process(mlist, msg, msgdata)
  File
/usr/local/stow/mailman-cvs/lib/mailman/Mailman/Handlers/Decorate.py, line 
99, in process
ufooter = unicode(footer, lcset)

UnicodeError: ASCII decoding error: ordinal not in range(128)

The mailman-Install is a rather recent CVS checkout. The code in line 99
is:
ufooter = unicode(footer, lcset)

There might be an Umlaut in the footer causing this, but then all my lists
have that.
Any help is appreciated.

Cheers,
Gerhard
--
Mailman-Users mailing list
Mailman-Users@python.org
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/