Re: [Mailman-Users] Integration with PHP

2008-12-17 Thread Mark Sapiro
Mark Sapiro wrote: >Alberto Pereira wrote: >>My question is what is the GET variable to change the moderation bit? > >The issue is that when admin.py processes the 'mod' setting, it doesn't >actually check to see if the setting is present in the CGI data, it >just sets the users moderation on if t

Re: [Mailman-Users] Integration with PHP

2008-12-17 Thread Mark Sapiro
Alberto Pereira wrote: > >I'm doing a tiny interface ih PHP for the subscribers of a mailing-list and >so that they, through that, can: > >- subscribe; >- unsubscribe; >- change digest; >... > >I'm using the urls for the actions, and all seems working but they change >the moderation status of the u

Re: [Mailman-Users] welcome message

2008-12-17 Thread Todd Zullinger
Henry Hartley wrote: > Joe Damico wrote: >> >> We would like to make some slight modification to the Mailman >> welcome message for new subscribers at our location. Where is this >> message located and if it is in Python code, how do we go about >> changing the text? > > If you just want to change

Re: [Mailman-Users] connect to exchange server

2008-12-17 Thread Grant Taylor
On 12/17/08 15:32, Adam McGreggor wrote: Last time I looked at doing this, I ended up sub-domaining out (lists.example.org), and installing a *nix box, Exim, and Mailman for that subdom (plus appropriate DNS records). *nod* That is what I've done. However this may not be the most appropriate

Re: [Mailman-Users] connect to exchange server

2008-12-17 Thread Adam McGreggor
On Wed, Dec 17, 2008 at 03:07:20PM -0600, Grant Taylor wrote: > On 12/17/08 14:48, Jeanne Ilchuk wrote: > >Was anything ever developed to allow mailman to work with a microsoft > >exchange server? Last time I looked at doing this, I ended up sub-domaining out (lists.example.org), and installing a

Re: [Mailman-Users] connect to exchange server

2008-12-17 Thread Grant Taylor
On 12/17/08 15:07, Taylor, Grant wrote: Mailman (like any other SMTP speaking program) should be able to work with Exchange. Well, at least Mailman should be able to send email to Exchange via SMTP. You may have to do something interesting to get Exchange to send email for a specific (Mailman

Re: [Mailman-Users] connect to exchange server

2008-12-17 Thread Barry Finkel
Jeanne Ilchuk wrote: >Was anything ever developed to allow mailman to work with a microsoft >exchange server ? In what respect? What are you trying to accomplish? -- Barry S. Finkel Computing and Information Systems Division A

Re: [Mailman-Users] connect to exchange server

2008-12-17 Thread Grant Taylor
On 12/17/08 14:48, Jeanne Ilchuk wrote: Was anything ever developed to allow mailman to work with a microsoft exchange server? Mailman (like any other SMTP speaking program) should be able to work with Exchange. Well, at least Mailman should be able to send email to Exchange via SMTP. You m

[Mailman-Users] connect to exchange server

2008-12-17 Thread Jeanne Ilchuk
Was anything ever developed to allow mailman to work with a microsoft exchange server ? jeanne -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3

[Mailman-Users] Integration with PHP

2008-12-17 Thread Alberto Pereira
Hi. I'm doing a tiny interface ih PHP for the subscribers of a mailing-list and so that they, through that, can: - subscribe; - unsubscribe; - change digest; ... I'm using the urls for the actions, and all seems working but they change the moderation status of the users. My question is what is

Re: [Mailman-Users] welcome message

2008-12-17 Thread Henry Hartley
Joe Damico wrote: We would like to make some slight modification to the Mailman welcome message for new subscribers at our location. Where is this message located and if it is in Python code, how do we go about changing the text? If you just want to change the first paragraph of that message,

[Mailman-Users] welcome message

2008-12-17 Thread Joe Damico
Hello, We would like to make some slight modification to the Mailman welcome message for new subscribers at our location. Where is this message located and if it is in Python code, how do we go about changing the text? Thanks, Joe ---