Re: [Mailman-Users] Invisible message for approval [SOLVED]

2011-10-10 Thread Narcis Garcia - GiLUG
The two messages were sent from the main server and from a new mirror server. I only moderate on the production list server, of course, and the mirror makes data copy with some lag. The matter I don't know how to solve is to have a mirror (available for production) but not sending mails while

Re: [Mailman-Users] (no subject)

2011-10-10 Thread Mark Sapiro
Dennis Gray wrote: >I am running Mailman on a server hosted by GoDaddy using the Plesk >control panel. I no longer want to run this and have disabled it using >the control panel but it continues to send administrative messages to >members of the list. How can I completely disable it? If you have

[Mailman-Users] (no subject)

2011-10-10 Thread Dennis Gray
I am running Mailman on a server hosted by GoDaddy using the Plesk control panel. I no longer want to run this and have disabled it using the control panel but it continues to send administrative messages to members of the list. How can I completely disable it? Thanks, Dennis M. Gray Democrats A

Re: [Mailman-Users] Setup problem with Mailman

2011-10-10 Thread Bill Christensen
Correction: The problem below occurred because Mailman had run into an error and hadn't installed that directory. I figured that one out and it's installing again. Now I'm back to a Group Mismatch error once again, and adding the configure line --with-mail-gid=staff (and removing the

Re: [Mailman-Users] Merging List Administrator with List membership

2011-10-10 Thread Syafril Hermansyah
On 10/11/2011 08:30 AM, Mark Sapiro wrote: >> How can I merge list adminitrator page with list member page on mailman? > > I'm not sure what you mean. For Mailman 2.1.x, see the FAQ at > for a description of the various roles. I wish when member (who also act as List

[Mailman-Users] Setup problem with Mailman

2011-10-10 Thread Bill Christensen
Hi all, (cross posted to Macports-users and Mailman-users lists, as I'm not sure where the answer to the problem is more likely to come from) I upgraded a server the other day to Mac OS 10.7, and due to a new version of Macports required an uninstall/reinstall of Mailman. As seems to be the

Re: [Mailman-Users] Merging List Administrator with List membership

2011-10-10 Thread Mark Sapiro
Syafril Hermansyah wrote: > >Some of list-name on my list server having more than one >List-administrator (List-owner)/List-moderators. > >The problems are when one of List-owner/list-moderators approve held >message, adding/removing members, change list-administrator page >password there is no not

Re: [Mailman-Users] Mailman admindb using http instead of https in formaction

2011-10-10 Thread Mark Sapiro
C. Marcera wrote >My OS X Server is using mailman v2.1.14. Because we're using/forcing https on >all pages on this server, I am unable to submit some forms in the mailman >admin pages (so far specifically the "Tend to pending" page). The form action >is to "http://myservername"; instead of "htt

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Mark Sapiro
On 10/10/2011 5:18 PM, Syafril Hermansyah wrote: > > I can confirm now, it does stripe out DomainKey-Signature header as well. Correct. The headers removed are domainkey-signature, dkim-signature and authentication-results. See Mailman/Handlers/CleanseDKIM.py. -- Mark Sapiro The highw

Re: [Mailman-Users] Invisible message for approval

2011-10-10 Thread Mark Sapiro
Narcis Garcia - GiLUG wrote: > >But now I receive every morning an automated message with "The xxx >mailing list has 1 request(s) waiting for your consideration", while >there is'nt any retained message in the admindb page. > >How can I effectively clean the moderation spool? >It's Mailman 2.1.13

[Mailman-Users] Mailman admindb using http instead of https in form action

2011-10-10 Thread C. Marcera
My OS X Server is using mailman v2.1.14. Because we're using/forcing https on all pages on this server, I am unable to submit some forms in the mailman admin pages (so far specifically the "Tend to pending" page). The form action is to "http://myservername"; instead of "https://myservername";.

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Syafril Hermansyah
On 10/11/2011 12:53 AM, Syafril Hermansyah wrote: >> I believe it will do yes, as this feature was introduced when Domain >> > Keys was still in active development and used a lot more than it is >> > now. > Thank you, I didn't check it yet since my list server idle now (already > midnight in my cou

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Syafril Hermansyah
On 11/10/11 00:45, Andrew Hodgson wrote: >>> REMOVE_DKIM_HEADERS = Yes >> Does this setting also removing DomainKey-Signature as well >> (generate by gmail users)? I was using work around by removing >> those header using postfix's header check. > > I believe it will do yes, as this feature was

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Andrew Hodgson
Syafril Hermansyah wrote: >On 10/10/11 17:45, Andrew Hodgson wrote: >>> I suspect this is because mailman not stripe out original DKIM header >>> so that the DKIM verification going bad, >> >> Simply add the following to mm_cfg.py: >> >> REMOVE_DKIM_HEADERS = Yes > >> Taken from defaults.

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Syafril Hermansyah
On 10/10/11 17:45, Andrew Hodgson wrote: >> I suspect this is because mailman not stripe out original DKIM >> header so that the DKIM verification going bad, > > Simply add the following to mm_cfg.py: > > REMOVE_DKIM_HEADERS = Yes > Taken from defaults.py: My fault, I should check that fi

Re: [Mailman-Users] Striping out original DKIM header

2011-10-10 Thread Andrew Hodgson
Syafril Hermansyah [syaf...@dutaint.co.id] wrote: >My list has been run smoothly so far, but I got complaint from list >member who use yahoo.com family domain, all of their own posting goes to >to spam folder. >I suspect this is because mailman not stripe out original DKIM header so >that the DKI