[Mailman-Users] keep back mails of users

2005-08-30 Thread Martin Held
hi

i'm a beginner and i have a question. perhaps somebody of 
you know the answer.

i created a new list for mailman.
now a want 2 kinds of users:
- the first group should be able to send the mail directly to mailman and
mailman
should dispose the mail to the list members.
- the second group of users can send mails too. but the mail needs a release
by
the administrator. 

is this possible ?

how ?

thanks for help

best regards
emmi

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] keep back mails of users

2005-08-30 Thread Hannah Schroeter
Hello!

On Tue, Aug 30, 2005 at 02:31:53PM +0200, Martin Held wrote:
i'm a beginner and i have a question. perhaps somebody of 
you know the answer.

i created a new list for mailman.
now a want 2 kinds of users:
- the first group should be able to send the mail directly to mailman and
mailman
should dispose the mail to the list members.
- the second group of users can send mails too. but the mail needs a release
by
the administrator. 

is this possible ?

how ?

IIRC you can set a moderated flag individually for users.

All users that are *not* moderated have their mails passed through
immediately, the others' contributions are held back and an
administrator or moderator has to pass them through.

Kind regards,

Hannah.
--
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Server not connected in smtp-failure log

2005-08-30 Thread Mike Hanby
Howdy all,

I have my mailman list set up as an E-Newsletter distribution list, i.e.
only email that I approve goes out to the list.

I am seeing the following errors being repeated over and over in my
/usr/local/mailman/logs/smtp-failure log

delivery to [EMAIL PROTECTED] failed with code -1: Server not connected

I found a possible solution to this in mailman-users list:
Write this line in your mm_cfg.py
MTA = 'Postfix'
SMTPHOST = 'aa.bb.cc.dd'

I already had the MTA line correct, but didn't have the SMTPHOST line.  I've
added that line.

My questions:
1) do I need to do anything to get mailman to re-read mm_cfg.py?
2) Will mailman re-attempt to deliver the email to this user or will
he have to wait for my next newsletter email? (remember this is an
E-Newsletter type list)

Thanks, Mike

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Emails coming through as maillist-bounces - is this normal?

2005-08-30 Thread Memmott @ HitCatcher.com
Hi everyone,

 

I've searched the FAQ and come up with nothing. Please be gentle if this is
a dumb question...

 

A client of ours has a mailman list set up called [EMAIL PROTECTED] For some
reason, when anybody posts to this list, the return address of the list
comes across as [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of firstname lastname

(User and domain specific details modified)

 

Anyways, is this the default behavior/ Is there any way to force it to send
out emails as [EMAIL PROTECTED] and not awake-bounces?

 

Thanks in advance,

Matt

 

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Error during mailman runs

2005-08-30 Thread Sean Roe
Mark Sapiro wrote:

Sean Roe wrote:
  

I am getting the following errors durring mailman runs:

mailman01:/var/lib/mailman/qfiles/out# Traceback (most recent call last):
 File /var/lib/mailman/bin/qrunner, line 270, in ?
   main()
 File /var/lib/mailman/bin/qrunner, line 230, in main
   qrunner.run()
 File /var/lib/mailman/Mailman/Queue/Runner.py, line 87, in run
   self._cleanup()
 File /var/lib/mailman/Mailman/Queue/BounceRunner.py, line 220, in 
_cleanup
   BounceMixin._cleanup(self)
 File /var/lib/mailman/Mailman/Queue/BounceRunner.py, line 132, in 
_cleanup
   self._register_bounces()
 File /var/lib/mailman/Mailman/Queue/BounceRunner.py, line 120, in 
_register_bounces
   mlist.registerBounce(addr, msg, day=day)
 File /var/lib/mailman/Mailman/Bouncer.py, line 108, in registerBounce
   info = self.getBounceInfo(member)
 File /var/lib/mailman/Mailman/MysqlMemberships.py, line 530, in 
getBounceInfo
   row[2], row[0])
TypeError: __init__() takes exactly 5 arguments (6 given)


What does this mean?




It appears to be saying that the MysqlMemberships.py member adaptor
that you have installed is not compatible with your version of Mailman.

What Mailman version do you have?

What version of MysqlMemberships.py do you have (latest is 1.61,
2005-07-27)? See
http://sourceforge.net/tracker/index.php?func=detailaid=839386group_id=103atid=300103
and/or http://www.orenet.co.uk/opensource/

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
  

I am using 1.61 per the revision number on the file:
Kev Green, oRe Net (http://www.orenet.co.uk/), 2003/11/04
$Revision: 1.61 $

and the mailman version is via version in bin:
mailman01:/var/lib/mailman/bin# ./version
Using Mailman version: 2.1.6


Is there some sort of issue with spammers?  It doesn't happen all the 
time.  There appears to be no rhyme or reason for it.

Thanks,
Sean Roe
--
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Server not connected in smtp-failure log

2005-08-30 Thread Mike Hanby
Bah, ok, I'm still having trouble with this.  Some of the people on the list
get the emails from the list, but a bunch of others get this error in
smtp-failure like

delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
...
and so on

I've tried that setting SMTPHOST '127.0.0.1' and SMTPHOST '10.0.0.1' and
also it's MX ip address, and all result in the following error:

Low level smtp error: Server not connected, msgid:
[EMAIL PROTECTED]

Commenting out SMTPHOST gets rid of the above Low level smtp error, but
the Server not connected errors continue.

My MTA is PostFix

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mike Hanby
Sent: Tuesday, August 30, 2005 10:52
To: mailman-users@python.org
Subject: [Mailman-Users] Server not connected in smtp-failure log

Howdy all,

I have my mailman list set up as an E-Newsletter distribution list, i.e.
only email that I approve goes out to the list.

I am seeing the following errors being repeated over and over in my
/usr/local/mailman/logs/smtp-failure log

delivery to [EMAIL PROTECTED] failed with code -1: Server not connected

I found a possible solution to this in mailman-users list:
Write this line in your mm_cfg.py
MTA = 'Postfix'
SMTPHOST = 'aa.bb.cc.dd'

I already had the MTA line correct, but didn't have the SMTPHOST line.  I've
added that line.

My questions:
1) do I need to do anything to get mailman to re-read mm_cfg.py?
2) Will mailman re-attempt to deliver the email to this user or will
he have to wait for my next newsletter email? (remember this is an
E-Newsletter type list)

Thanks, Mike

--
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/flakrat%40yahoo.com

Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Server not connected in smtp-failure log

2005-08-30 Thread Mike Hanby
Ok, I think I've found the solution, I didn't need to mess with the
SMTPHOST, since localhost works just fine.  I commented that line out of my
mm_cfg.py file.

The following was set in my Default.py file
SMTPPORT = 0
I changed it to the following in my mm_cfg.py file
SMTPPORT = 25

And now it looks as though it's working.  Wonder why it was set to 0 in the
Default file.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mike Hanby
Sent: Tuesday, August 30, 2005 11:53
To: mailman-users@python.org
Subject: Re: [Mailman-Users] Server not connected in smtp-failure log

Bah, ok, I'm still having trouble with this.  Some of the people on the list
get the emails from the list, but a bunch of others get this error in
smtp-failure like

delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
delivery to [EMAIL PROTECTED] failed with code -1: Server not connected
...
and so on

I've tried that setting SMTPHOST '127.0.0.1' and SMTPHOST '10.0.0.1' and
also it's MX ip address, and all result in the following error:

Low level smtp error: Server not connected, msgid:
[EMAIL PROTECTED]

Commenting out SMTPHOST gets rid of the above Low level smtp error, but
the Server not connected errors continue.

My MTA is PostFix

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Mike Hanby
Sent: Tuesday, August 30, 2005 10:52
To: mailman-users@python.org
Subject: [Mailman-Users] Server not connected in smtp-failure log

Howdy all,

I have my mailman list set up as an E-Newsletter distribution list, i.e.
only email that I approve goes out to the list.

I am seeing the following errors being repeated over and over in my
/usr/local/mailman/logs/smtp-failure log

delivery to [EMAIL PROTECTED] failed with code -1: Server not connected

I found a possible solution to this in mailman-users list:
Write this line in your mm_cfg.py
MTA = 'Postfix'
SMTPHOST = 'aa.bb.cc.dd'

I already had the MTA line correct, but didn't have the SMTPHOST line.  I've
added that line.

My questions:
1) do I need to do anything to get mailman to re-read mm_cfg.py?
2) Will mailman re-attempt to deliver the email to this user or will
he have to wait for my next newsletter email? (remember this is an
E-Newsletter type list)

Thanks, Mike

--
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/flakrat%40yahoo.com

Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

--
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/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/flakrat%40yahoo.com

Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

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

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Best way to limit list admin power?

2005-08-30 Thread Dave Halsema
 Date: Fri, 26 Aug 2005 13:52:30 -0500 (EST)
 From: Dave Halsema [EMAIL PROTECTED]
 To: mailman-users@python.org
 Subject: [Mailman-Users] Best way to limit list admin power?
 
 Hi all!
 
 I am looking for a way to limit some of the abilities a list
 administrator has over their subscribers on the subscriber member
 option pages.
 
 Specifically, I'd like to disable the list administrator from being
 able to globally change anything for the user, disable viewing the
 other subscriptions, and even disable the setting of a password.
 
 I don't mind the administrator being able to change things for a
 subscriber for the particular list they administer, but I don't want
 them affecting user options on other lists.
 
 What's the best way to do this?  Has anyone else had to deal with
 this issue in a large Mailman installation?  If so, what have you done?
 
 -Dave
 --
 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/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/halsema%40purdue.edu
 
 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
 
 


I am following up my own post.  I found the following patch that was
submitted last April which looks like it will do most of what I want.

--
[ 892118 ] limit admin privs on user options page
http://sourceforge.net/tracker/index.php?func=detailaid=892118group_id=103atid=300103
--

Has anyone here had experience running this patch, or has anyone else
ever wanted to do what I'm doing?  I am guessing my installation and
level of trust of the list admins must be quite different than most
other Mailman sites.  :-)

-Dave
--
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp