[Mailman-Users] accept these non members: @listname not working

2008-09-09 Thread Gary Casterline
Hi,

I take care of some list housed on an ISP that's running Mailman 2.1.11.
The feature to include lists in the privacy/sender/accept these
nonmembers box is *apparently* there (the html help link describes the
feature at least), however, folks who are members of the specified
@listname are being held for approval with reason: post by non member

I hope someone can help me figure out why this is happening.

Thanks, _Gary
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] accept these non members: @listname not working

2008-09-09 Thread Gary Casterline
Mark Sapiro wrote:
 Gary Casterline wrote:
 I take care of some list housed on an ISP that's running Mailman 2.1.11.
 The feature to include lists in the privacy/sender/accept these
 nonmembers box is *apparently* there (the html help link describes the
 feature at least), however, folks who are members of the specified
 @listname are being held for approval with reason: post by non member
 
 
 What Mailman version is this (from the lower left of a web page)? If it
 just says 2.1.11, that won't help us much, but if it has additional
 notations like 2.1.11-1 or 2.1.11cp1, that says it's someones package
 which may have issues with this feature.
 
 In particular, if it's cPanel (cp following the release) this feature
 may not play well with their listname munging. I.e. you may need to
 use @listname_hostname insteat of @listname.
 
 Other than packager or ISP mods, the only thing that might affect this
 is the mm_cfg.py setting USE_ENVELOPE_SENDER. If this is Yes, a
 Sender: header in the message will take precedence over From: in
 determining who the poster is, but this is unlikely to be the reason
 except occasionally.
 

Turned out the list names were munged slightly -- I needed to append
a string: -hostname to each listname.  I figured this out by using
your mailman-subscribers.py script.  Thanks.   _Gary
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] duplicate subscription problem

2007-03-02 Thread Gary Casterline
Somehow, I find an address subscribed to a list twice
with a slight case difference.

 # ../../bin/dumpdb config.pck | grep -i sudden
  '[EMAIL PROTECTED]': 'en',
  '[EMAIL PROTECTED]': 0,
  '[EMAIL PROTECTED]': 0,
  '[EMAIL PROTECTED]': 'x',
  '[EMAIL PROTECTED]': 264,

I think if I could clean up that line with [EMAIL PROTECTED]
from the config.pck file, I'd be ok.  Is there a procedure
for editing a config.pck file?

More info:

The web interface shows two subscribers, both with lowercase
S in suddenlink.net.  bin/findmembers only shows one of the
addresses.  If I use bin/remove_members, I'm left with a broken
list, in that I cannot list any members anymore.

Here is what I get from the disabled cronjob:

/opt/bin/python -S /opt/mailman/cron/disabled

produced the following output:

Traceback (most recent call last):
  File /opt/mailman/cron/disabled, line 220, in ?
main()
  File /opt/mailman/cron/disabled, line 176, in main
members = mlist.getDeliveryStatusMembers(who)
  File /opt/mailman/Mailman/OldStyleMemberships.py, line 158, in 
getDeliveryStatusMembers
return [member for member in self.getMembers()
  File /opt/mailman/Mailman/OldStyleMemberships.py, line 139, in 
getDeliveryStatus
self.__assertIsMember(member)
  File /opt/mailman/Mailman/OldStyleMemberships.py, line 113, in 
__assertIsMember
raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: [EMAIL PROTECTED]

This is mailman-2.1.9

Any help or pointers appreciated.

Thanks,

 _Gary
--
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] umbrella lists and approved senders

2005-09-22 Thread Gary Casterline

We've set up chain of hierarchical lists to accommodate annual groups.
Each year we create a list for the new cohorts:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

and then add the new class-of list to the umbrella list:

[EMAIL PROTECTED]

Each list is set to allow postings from subscribers and a
small set of approved non-subscribed addresses.  I'd like to add
these approved addresses to the umbrella list and have messages go
through without owner/moderator approval to the sublists.
As it is now, we have to add the approved addresses to each sublist.

Any suggestions?

Thanks,

 _Gary


--
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] Announce only list

2002-11-22 Thread Gary Casterline
Yes, it is good to be able to customize each lists listinfo.html,
but it'd also be nice to be able to customize the welcome
message text that gets sent out to new subscribers.
For announce only lists, I'd like to remove the misleading
paragraph explaing how to post to a list which I've made moderated
and unpostable to.  

 _Gary

On Fri, Nov 22, 2002 at 12:20:31PM -0500, Barry A. Warsaw wrote:
 
  DKP == David K Parker [EMAIL PROTECTED] writes:
 
 DKP We are wanting to create an announce only list for upcoming
 DKP events in our City. In looking at mailman, it appears the
 DKP standard welcome message can be prepended with some text, but
 DKP you cannot customize the entire message for a specific
 DKP list.
 
 In Mailman 2.1 you can drop your customized listinfo.html file into
 the lists/mylist/en directory (assuming you're changing the English
 version of the text) and Mailman will automatically pick it up for
 myst the `mylist' list.  The complete look up rules are documented in
 a comment before the maketext() function in Mailman/Utils.py.
 
 It can be done in MM2.0, but I honestly don't remember the details and
 I don't have time right now to swap in those brain cells.
 
 -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/
 
 This message was sent to: [EMAIL PROTECTED]
 Unsubscribe or change your options at
 http://mail.python.org/mailman/options/mailman-users/casterln%40nature.berkeley.edu

--
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] email interface problem

2001-06-04 Thread Gary Casterline

Hi,

I've gotten most things to work with mailman-2.0.5
on Solaris 2.6 using postfix MTA.  List creation,
message submission, as well as the web interface
to user additions, all seem to work fine.

But I can't get the email interface to work.
For example, if I send 'Subject: help' message to test-request,
I get back just a blank message, ~mailman/logs/error file stays empty,
and I can find no hints in /var/logs/mail.  Same thing
with 'Subject: subscribe' messages to test-request.

How do I turn up the logging verbosity?
I suppose I missed something in the INSTALL or FAQ,
but danged if I can figure out what!
Can anyone help point me in the right direction?

Thanks,

 _Gary



 here's what I get from my 'Subject: help' message to
 test-request and the pertinent lines from the /var/mail/log.
 
 -|From [EMAIL PROTECTED]  Mon Jun  4 10:22:02 2001
 -|Return-Path: [EMAIL PROTECTED]
 -|Delivered-To: [EMAIL PROTECTED]
 -|Received: from nature.Berkeley.EDU (localhost [127.0.0.1])
 -|by nature.Berkeley.EDU (Postfix) with ESMTP id E996C8AFA
 -|for [EMAIL PROTECTED]; Mon,  4 Jun 2001 10:22:01 -0700
 -|+(PDT)
 -|Delivered-To: [EMAIL PROTECTED]
 -|Received: by nature.Berkeley.EDU (Postfix, from userid 100)
 -|id E08788AFA; Mon,  4 Jun 2001 10:21:41 -0700 (PDT)
 -|Date: Mon, 4 Jun 2001 10:21:41 -0700
 -|From: Gary Casterline [EMAIL PROTECTED]
 -|To: [EMAIL PROTECTED]
 -|Subject: help
 -|Message-ID: [EMAIL PROTECTED]
 -|Mime-Version: 1.0
 -|Content-Type: text/plain; charset=us-ascii
 -|Content-Disposition: inline
 -|User-Agent: Mutt/1.3.18i
 -|Sender: [EMAIL PROTECTED]
 -|Errors-To: [EMAIL PROTECTED]
 -|X-BeenThere: [EMAIL PROTECTED]
 -|X-Mailman-Version: 2.0.5
 -|Precedence: bulk
 -|List-Help: mailto:[EMAIL PROTECTED]?subject=help
 -|List-Post: mailto:[EMAIL PROTECTED]
 -|List-Subscribe: http://nature.Berkeley.EDU/mailman/listinfo/test,
 -|mailto:[EMAIL PROTECTED]?subject=subscribe
 -|List-Id: test test.nature.Berkeley.EDU
 -|List-Unsubscribe: http://nature.Berkeley.EDU/mailman/listinfo/test,
 -|mailto:[EMAIL PROTECTED]?subject=unsubscribe
 -|List-Archive: http://nature.Berkeley.EDU/pipermail/test/
 -|
 -|

% grep E996C8AFA /var/log/mail
Jun  4 10:22:01 nature.Berkeley.EDU postfix/smtpd[2136]: E996C8AFA: 
client=localhost[127.0.0.1]
Jun  4 10:22:02 nature.Berkeley.EDU postfix/cleanup[2252]: E996C8AFA: 
message-id=[EMAIL PROTECTED]
Jun  4 10:22:02 nature.Berkeley.EDU postfix/qmgr[9789]: E996C8AFA: 
from=[EMAIL PROTECTED], size=1326, nrcpt=1 (queue active)
Jun  4 10:22:03 nature.Berkeley.EDU postfix/local[1117]: E996C8AFA: 
to=[EMAIL PROTECTED], relay=local, delay=2, status=sent 
(|/usr/bin/procmail)

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users