[Mailman-Developers] Inserting users names as signature of message

2009-04-13 Thread Capt Bruce Gregory
I hope this is on topic and hopefully not a question that has been hashed and rehashed but: I need a way to append the full name box string of each user to the end of each message they post. Is this something that is easily attainable? Thank You, Bruce Gregory, neophyte list

[Mailman-Developers] Detailed Flowchart

2009-04-13 Thread vince
Where can I get a detailed flowchart of the mailman system? Thanks! ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable

Re: [Mailman-Developers] Inserting users names as signature of message

2009-04-13 Thread Mark Sapiro
Capt Bruce Gregory wrote: I need a way to append the full name box string of each user to the end of each message they post. You could modify the process() function Mailman/Handlers/Decorate.py to add the poster's name to the replacements. For example, near the beginning of this function we

Re: [Mailman-Developers] Inserting users names as signature ofmessage

2009-04-13 Thread Mark Sapiro
Mark Sapiro wrote: You could make that d = {} for sender in msg.get_senders(): if mlist.isMember(sender): d['poster_name'] = mlist.getMemberName(sender) break if msgdata.get('personalize'): Then you could use %(poster_name)s as a replacement in

Re: [Mailman-Developers] Mailman and Extend.py

2009-04-13 Thread C Nulk
Thank you for replying Mark. Mark Sapiro wrote: C Nulk wrote: I have recently implemented the LDAPMembership adapter. It provides some good functionality in creating the list membership. However, the concept is there to provide access to one or more lists of email addresses (list

Re: [Mailman-Developers] Mailman and Extend.py

2009-04-13 Thread Mark Sapiro
C Nulk wrote: While I waited, I did do some reading/researching on __init__ which lead me to reading about __getattr__ and getattr. If I understand correctly, the LDAPMemberships uses them to get the isMember() and getMembers() methods among others. Not exactly. Since the MemberAdaptor is

[Mailman-Developers] Systers Custom Mailman Extensions and GSoC projects

2009-04-13 Thread Jennifer Redman
Hello! So I posted many months ago about Systers (http://systers.org) and our implementation of dynamic sublists for Mailman. We finally managed to get everything into source control: http://launchpad.net/systers and ported to Mailman 2.1.10. (I apologize for our Launchpad organization --