[Mailman-Users] Search by Message-ID, preserving Cc for direct recipients

2013-05-14 Thread Jed Brown
I would like to be able to search the archives of a mailman list using the Message-ID, ideally using a stable URL like http://mid.gmane.org/${message_id} http://mail-archive.com/search?l=mid&q=${message_id} but preferably on our own host as we're not currently mirrored and would rather link t

Re: [Mailman-Users] Root as the sender

2013-05-14 Thread Mark Sapiro
On 05/14/2013 06:23 AM, Kamlesh Rao wrote: > > We want to be able to have root user send out emails to any distribution > list.. > > Currently we have an instance of mailman were this works. I checked and > noticed that root is not added to the membership list. So not sure were in > the config

Re: [Mailman-Users] (no subject)

2013-05-14 Thread Christopher Adams
Thank you, Mark. SMTPHOST = 'localhost' in Defaults.py The out/ queue is now clear and processing mail. I'll see how it goes. Thanks, again. On another note, what are thoughts about utilizing SpamAssasin or other spam software with Postfix and Mailman. It seems that a lot of the traffic that is

Re: [Mailman-Users] approval before changing mail address

2013-05-14 Thread Mark Sapiro
On 05/14/2013 09:23 AM, Michael Probst wrote: > > In the first step we approve only subscriptions with email accounts from > a member company. Someone with a subscription can then later on change > his mail address to one of another company that might not be a member > company of our organization.

Re: [Mailman-Users] (no subject)

2013-05-14 Thread Mark Sapiro
On 05/14/2013 09:28 AM, Christopher Adams wrote: > > Then, this morning, I read another post about dns lookups in Postfix main.cf. > A poster said that he modifed his smtpd_recipient_restrictions and put > permit_mynetworks at the top. So, I followed this and restarted Postfix. > > I immediately

Re: [Mailman-Users] (no subject)

2013-05-14 Thread Mark Sapiro
On 05/14/2013 08:26 AM, Christopher Adams wrote: > > There currently are about 954 files in the out/ queue and seemingly always > growing. Is that significant? Your out/ queue is hopelessly backlogged. I'm not sure why. See the post at

Re: [Mailman-Users] (no subject)

2013-05-14 Thread Christopher Adams
Mark, I was reading some previous posts about Mailman and qfiles. Late yesterday, I found a couple of *.bak files in the out/ queue, so I moved all the *.bak and *.pck files to another directory. I restarted Mailman. Mail was not still not being delivered in a timely way. Then, this morning, I rea

Re: [Mailman-Users] Mailman-Users Digest, Vol 111, Issue 16

2013-05-14 Thread Michael Probst
Thanks for your reply. The issue is that only employees of member companies shall be able to join any of the mailing lists. In the first step we approve only subscriptions with email accounts from a member company. Someone with a subscription can then later on change his mail address to one of an

Re: [Mailman-Users] (no subject)

2013-05-14 Thread Christopher Adams
Thank you for your reply. QRUNNER_SLEEP_TIME = seconds(1) in Defaults.py Mesages are being archived almost immediately. There is nothing in the in/ queue. There currently are about 954 files in the out/ queue and seemingly always growing. Is that significant? A message sent yesterday at 12:30 w

Re: [Mailman-Users] 403 error after prune_arch

2013-05-14 Thread Jan Krohn
-Ursprüngliche Nachricht- Von: Mark Sapiro [mailto:m...@msapiro.net] Gesendet: Dienstag, 14. Mai 2013 06:13 An: Jan Krohn Cc: mailman-users@python.org Betreff: Re: [Mailman-Users] 403 error after prune_arch On 05/13/2013 10:07 AM, Jan Krohn wrote: >> I'm still new to permissions, ownershi

[Mailman-Users] Root as the sender

2013-05-14 Thread Kamlesh Rao
We want to be able to have root user send out emails to any distribution list.. Currently we have an instance of mailman were this works. I checked and noticed that root is not added to the membership list. So not sure were in the config you can set this to. In the new instance of mailman that

Re: [Mailman-Users] approval before changing mail address

2013-05-14 Thread Richard Damon
On 5/13/13 11:06 AM, Michael Probst wrote: > Dear all, > > I hope this is the right mailing list to ask this kind of questions. > > We run mailing lists with mailman for an organization with multiple > groups and > each group has its own mailing list(s). Our policy requires that > subscriptions are

Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-14 Thread Tom Browder
On Tue, May 14, 2013 at 1:04 AM, Krylov Ivan wrote: > Tom Browder wrote: >> >> my $response = $browser->post( >> >> "https://host.org/cgi-bin/mailman/$oper/$list";, >> email=> $enc_email, >> fullname => $enc_name, >>

Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-14 Thread Tom Browder
On Mon, May 13, 2013 at 5:49 PM, Mark Sapiro wrote: > On 05/13/2013 04:39 AM, Tom Browder wrote: ... > I assume $oper is 'subscribe'. There is apparently some incompatibility > between the way perl supplies the post data and the way Python's > cgi.FieldStorage() retrieves it as it is either not se