Re: [Mailman-Users] virtual host problem - mail not originatingfromsubdomain

2007-08-20 Thread Brad Knowles
On 8/20/07, David Buntin wrote: > This is what I've come to suspect as well (that the incoming MTA is doing > the rewriting.) With SMTPDirect.py it is easy to log the output of Mailman. > Is there an equivalent way to log the input before any processing of the > incoming mail has been performe

Re: [Mailman-Users] virtual host problem - mail not originatingfromsubdomain

2007-08-20 Thread David Buntin
Thanks. This is what I've come to suspect as well (that the incoming MTA is doing the rewriting.) With SMTPDirect.py it is easy to log the output of Mailman. Is there an equivalent way to log the input before any processing of the incoming mail has been performed? I'm using sendmail as my MTA. I

Re: [Mailman-Users] virtual host problem - mail not originatingfromsubdomain

2007-08-20 Thread Mark Sapiro
Mark Sapiro wrote: > >I don't think the problem is in Mailman. I think your incoming MTA is >rewriting these headers in the inbound message. Or maybe the MTA sending to Mailman is doing the rewriting. >FAQ 6.22 >, >although w

Re: [Mailman-Users] virtual host problem - mail not originating fromsubdomain

2007-08-20 Thread Mark Sapiro
David Buntin wrote: > >For what it's worth, I created the lists after creating the subdomain and >virtual host. I created the lists with newlist and the appropriate --urlhost >and --email host options. Good. >To be safe I tried running the fix_url script as you suggested with the same >results

Re: [Mailman-Users] virtual host problem - mail not originating fromsubdomain

2007-08-20 Thread David Buntin
Mark, Thanks for your offer to help. For what it's worth, I created the lists after creating the subdomain and virtual host. I created the lists with newlist and the appropriate --urlhost and --email host options. To be safe I tried running the fix_url script as you suggested with the same resul

Re: [Mailman-Users] virtual host problem - mail not originating fromsubdomain

2007-08-20 Thread Mark Sapiro
David Buntin wrote: > >Here's my problem with details changed to keep it generic: > > > >- I have a server at www.domain.com and host a >list with address [EMAIL PROTECTED] > >- I have configured a subdomain for a customer at www.subdomain.domain.com >

[Mailman-Users] virtual host problem - mail not originating from subdomain

2007-08-20 Thread David Buntin
I'm a newbie to Mailman. I've read through the archives and seen many posts around this topic. None of the threads seem to fit my problem. The solution may be there, but perhaps I just can't see it. I apologize if it is. Here's my problem with details changed to keep it generic: - I have a

[Mailman-Users] Check for mailman

2007-08-20 Thread Meenal Pant
My software uses Mailman. I am using GNU autotools to bundle my software for distribution. During ./configure I want to check if mailman is installed and capture the path and version in some variables. How do I achieve this ? Thanks Meenal -- Ma

Re: [Mailman-Users] Adding One Address to accept_these_nonmembers

2007-08-20 Thread Mark Sapiro
Barry Finkel wrote: >I have a number of similarly named lists. Is there a way through the >command line with withlist to ADD one e-mail address to the > > accept_these_nonmembers > >list of e-mail addresses without going through the admin web interface >for each list to make the addition? Ea

[Mailman-Users] Adding One Address to accept_these_nonmembers

2007-08-20 Thread Barry Finkel
I have a number of similarly named lists. Is there a way through the command line with withlist to ADD one e-mail address to the accept_these_nonmembers list of e-mail addresses without going through the admin web interface for each list to make the addition? Each of the lists currently ha

Re: [Mailman-Users] Can this be done using Mailman?

2007-08-20 Thread DAve
Brad Knowles wrote: > On 8/17/07, DAve wrote: > >> Doesn't look like that answer is coming, I must be treading new ground. >> Is anyone interested in the answer if I setup a test install and try it? > > Heck, even if no one else is interested in seeing how this test goes, > then you can certai

Re: [Mailman-Users] Can this be done using Mailman?

2007-08-20 Thread DAve
Mark Sapiro wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > DAve wrote: >> Brad Knowles wrote: >>> On 8/8/07, DAve wrote: >>> So in the idea of an announcement only list, we should be able to have the list owner post a message to multiple topics, correct? I did not see >>>

Re: [Mailman-Users] a few questions about the NNTP gateway

2007-08-20 Thread Mark Sapiro
Manlio Perillo >Mark Sapiro ha scritto: >> >> Is Mailman's cron/gate_news being run every five minutes from Mailman's >> crontab? >> > >Thanks: the cron tab entry is still commented. >However I think that this should be documented in the admnistrative web >interface. The istallation of the c

Re: [Mailman-Users] Bounce processing

2007-08-20 Thread Mark Sapiro
John Mellon wrote: > >My ISP has created a Mailman mailing list service, which is working fine, >except for one problem: > >As list moderator/administrator, if I send an email to my subscribers, and >some subscribers have bad email addresses, I would like to receive a list of >those addresses that

[Mailman-Users] unset/set moderation bit

2007-08-20 Thread Guilherme Funchal
turn-off moderation bit from command line for one user... Copy set_mod.py to /usr/sbin To set... withlist -r set_mod -s To unset withlist -r set_mod -u One big hug for all... -- "Você cria o seu próprio universo a medida que caminha" == Guilherme Funchal da

Re: [Mailman-Users] Is it possible to filter what is archived?

2007-08-20 Thread Mike Peachey
Mark Sapiro wrote: > Mike Peachey wrote: > >> Mark Sapiro wrote: >>> The above is a bit too simple. Something like >>> >>> def process(mlist, msg, msgdata): >>> if mlist.umbrella_list: >>> del msg['x-no-archive'] >>> msg['X-No-Archive'] = 'Yes' >>> >>> is probably better to avo

Re: [Mailman-Users] a few questions about the NNTP gateway

2007-08-20 Thread Manlio Perillo
Mark Sapiro ha scritto: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Manlio Perillo wrote: >> 1) The messages from the newsgroup are not sent on the mailing list. >> I don't know why, there is nothing in the error log > > > Is Mailman's cron/gate_news being run every five minutes fr