[Mailman-Users] Private Lists with Real Name Signatures

2011-02-02 Thread Doug Gaff
Hi all, I thought I'd send a summary of this in case anyone else needs to do it. Thanks to Mark for basically explaining all of this to me. As a reminder of my original request, I have one of my lists set up in anonymous mode, but the list owner wants emails signed with "handles" used by folks on

Re: [Mailman-Users] private lists with real name signatures

2011-01-23 Thread Mark Sapiro
Doug Gaff wrote: >(Sorry to resurrect an old thread, but I recently switched to a VPS, and now >finally have access to the mailman install.) > >As mentioned in the old thread, I'd like add %(member_name) and >%(member_address) as variables that can be used in the msg_header and >msg_footer fiel

Re: [Mailman-Users] private lists with real name signatures

2011-01-23 Thread Doug Gaff
(Sorry to resurrect an old thread, but I recently switched to a VPS, and now finally have access to the mailman install.) As mentioned in the old thread, I'd like add %(member_name) and %(member_address) as variables that can be used in the msg_header and msg_footer fields if desired by the lis

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Mark Sapiro writes: > > > Sure. A somewhat more complete handler (and perhaps more Pythonic as > > well) would be: > > > > > > from email.Utils import parseaddr > > def process(mlist, msg, msgdata): > > poster_name, addrs = parseaddr(msg['from']) > > if not po

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Stephen J. Turnbull
Mark Sapiro writes: > Sure. A somewhat more complete handler (and perhaps more Pythonic as > well) would be: > > > from email.Utils import parseaddr > def process(mlist, msg, msgdata): > poster_name, addrs = parseaddr(msg['from']) > if not poster_name and mlist.isMember(addrs):

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Mark Sapiro
Stephen J. Turnbull wrote: >Mark Sapiro writes: > > > This would add %(poster_name)s to the replacements available for > > msg_header and msg_footer, and its value would be the real name part > > of the From: address of the original post or the empty string if there > > wasn't a real name in the F

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Stephen J. Turnbull
Mark Sapiro writes: > This would add %(poster_name)s to the replacements available for > msg_header and msg_footer, and its value would be the real name part > of the From: address of the original post or the empty string if there > wasn't a real name in the From: Would it be possible to get

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Doug Gaff
#2 sounds like a better approach. I'll look into that. Thanks! -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Sent: Wednesday, May 26, 2010 11:15 AM To: Doug Gaff; Mailman-Users@python.org Subject: Re: [Mailman-Users] private lists with real name signatures Doug

Re: [Mailman-Users] private lists with real name signatures

2010-05-26 Thread Mark Sapiro
Doug Gaff wrote: > >The request I'm getting from list members is to have their "Real Name" >displayed but not their email address. I see two ways to do this: > > > >1. The "on behalf of" text in the header could put the real name only >and not the email address. The "on behalf of" text is

[Mailman-Users] private lists with real name signatures

2010-05-26 Thread Doug Gaff
Hello all, Sorry if I missed this in the FAQ. I'm a heavy user/admin of mailman, but this is the first time I've had "anonymous_list" set to Yes. The request I'm getting from list members is to have their "Real Name" displayed but not their email address. I see two ways to do this: 1.

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-12-01 Thread Mark Sapiro
Ken Cheney wrote: >I send email to the list using my corprate Outlook client to [EMAIL PROTECTED] > what setting do i have in error that logs [EMAIL PROTECTED] instead [EMAIL >PROTECTED] I dont have a mail client on the list server at all. Strickly >command line shell only. Some MTA between

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-30 Thread Ken Cheney
I send email to the list using my corprate Outlook client to [EMAIL PROTECTED] what setting do i have in error that logs [EMAIL PROTECTED] instead [EMAIL PROTECTED] I dont have a mail client on the list server at all. Strickly command line shell only. The place I am looking is in the ma

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-30 Thread Patrick Bogen
On 11/30/06, Ken Cheney <[EMAIL PROTECTED]> wrote: > I do have access to the box that mailman is on. The vette log shows: > > Nov 29 08:05:02 2006 (11992) Mailman post from [EMAIL PROTECTED] > held, > message-id=<[EMAIL PROTECTED]>: > Post by non-member to a members-only list The address '[EMAIL PR

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-30 Thread Ken Cheney
I do have access to the box that mailman is on. The vette log shows: Nov 29 08:05:02 2006 (11992) Mailman post from [EMAIL PROTECTED] held, message-id=<[EMAIL PROTECTED]>: Post by non-member to a members-only list but the email address I sent to this list from is a member of the list. Is this

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Patrick Bogen
On 11/29/06, Ken Cheney <[EMAIL PROTECTED]> wrote: > Thank you. Here are my settings for Privacy Options: > > Member Filters: > By Default, should new list member postings be moderated? = Yes > Action Taken? = Hold > NonMember Filters: > Action to take for postings from nonmembers for w

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Ken Cheney
Thank you. Here are my settings for Privacy Options: Member Filters: By Default, should new list member postings be moderated? = Yes Action Taken? = Hold NonMember Filters: Action to take for postings from nonmembers for which no explicit action is defined? = Hold Should messages

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Patrick Bogen
This is where you want to adjust the setting I mentioned. If it's already set to Hold (and not Discard or Reject), then there is probably something else wrong, which is why you need to keep the conversation on-list. As willing as I am to help, I don't have perfect knowledge of Mailman. - Patrick B

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Patrick Bogen
On 11/29/06, Ken Cheney <[EMAIL PROTECTED]> wrote: > The "they" i was referring to are the messages that moderated members of the > list sent to the list. "they" dont show up in the Tend to pending moderator > requests list link off of the admin page as I would expect them to. Are you sure the me

Re: [Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Patrick Bogen
On 11/29/06, Ken Cheney <[EMAIL PROTECTED]> wrote: > First let me say I am very new to Mailman, very new to Linux, and very new to > mailing > lists. (it took me 2 days to get the listserv to even send out :( ) > > I have the listserv up and sending to my lists; however, I would like to > make

[Mailman-Users] Private lists and trouble shooting unsubscribes

2006-11-29 Thread Ken Cheney
First let me say I am very new to Mailman, very new to Linux, and very new to mailing lists. (it took me 2 days to get the listserv to even send out :( ) I have the listserv up and sending to my lists; however, I would like to make the lists only emailable from the list owner. I saw one p

[Mailman-Users] Private Lists and mailpasswds

2002-10-01 Thread Justin Alcorn
-BEGIN PGP SIGNED MESSAGE- Private lists on my server didn't get the monthly password mailing, even though I set them to do so. I'm not a member of any private lists on any other server, so I wasn't sure if this was expected behavior. Looking through cron/mailpasswds I found: ~a_pu

[Mailman-Users] private lists

2001-03-14 Thread Felipe Sanchez Elich
Thanks to all for your help, I've tried but i forgot to save the changes!! O:-) -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] private lists

2001-03-14 Thread Lionel Elie Mamane
On Wed, Mar 14, 2001 at 11:13:05AM +, Felipe Sanchez Elich wrote: > How can I create private lists? Go on the administrative page for the list, "privacy options", set "Advertise this list when people ask what lists are on this machine?" to "no". -- Lionel Elie Mamane RFC 1991 (PGP 2.x) 2

[Mailman-Users] private lists

2001-03-14 Thread Felipe Sanchez Elich
Hello. First of all, sorry about my poor english (if anyone speak spanish, ¡yo soy de Orcasitas!) ;) How can I create private lists? All the lists I have created are visible in both http://www.mysite.com/mailman/listinfo and http://www.mysite.com/mailman/admin. I would like to hide the existe