Re: [Mailman-Users] Maximum template size?

2007-06-01 Thread Mark Sapiro
Carter Braxton wrote: >"Mark Sapiro" <[EMAIL PROTECTED]> wrote: >> The problem is the non-substitution '%' characters in your template. > >Ouch, this is another one of those "D'oh!" moments! Should have seen that, >thanks for pointing it out. Is there a way to escape the "%" sign to prevent >subst

Re: [Mailman-Users] Maximum template size?

2007-06-01 Thread Carter Braxton
"Mark Sapiro" <[EMAIL PROTECTED]> wrote: > The problem is the non-substitution '%' characters in your template. Ouch, this is another one of those "D'oh!" moments! Should have seen that, thanks for pointing it out. Is there a way to escape the "%" sign to prevent substitution? (I'm not very fami

Re: [Mailman-Users] How do I change the footer and owner email address?

2007-06-01 Thread Mark Sapiro
Me Myself wrote: >I'm using cpanel and RHL. See . >The URL at the bottom of the mailman mailings (that's supposed to go to our >mailman page) is incorrect and produces a 404. You might be able to adjust this by editing msg

[Mailman-Users] How do I change the footer and owner email address?

2007-06-01 Thread Me Myself
I'm using cpanel and RHL. The URL at the bottom of the mailman mailings (that's supposed to go to our mailman page) is incorrect and produces a 404. Emails also that are supposed to go to mailman-owner are going to our web host postmaster instead. How do I correct this? Thanks in advance. -

[Mailman-Users] (no subject)

2007-06-01 Thread Jens Andersson
unsubscribe -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.

Re: [Mailman-Users] Does Mailman require a MySQL database?

2007-06-01 Thread Brad Knowles
On 6/1/07, Me Myself wrote: > Wasn't sure as the install was done automatically in cpanel. Mailman does not make any use of MySQL, at least not in any version I know of that has been released to date. I can't speak for what cPanel may have done to the code after they took it from our website

Re: [Mailman-Users] Does Mailman require a MySQL database?

2007-06-01 Thread Mark Sapiro
Me Myself wrote: >Wasn't sure as the install was done automatically in cpanel. Subject to the implied caveat at , no MySQL or other DBM is required by standard mailman. All information is stored as Python pickles. -- Mark Sa

[Mailman-Users] Does Mailman require a MySQL database?

2007-06-01 Thread Me Myself
Wasn't sure as the install was done automatically in cpanel. Thanks. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Arc

Re: [Mailman-Users] Problem with googlemail

2007-06-01 Thread Brad Knowles
On 6/1/07, Patrick Krusenotto wrote: > My Name is Patrick and I am new to this list. I have got a serious > problem with googlemail that I could'nt solve myself yet. Did you try searching the FAQ Wizard for "Google" or "Gmail"? If so, then you should have run across FAQ 3.42, which addresses

[Mailman-Users] Problem with googlemail

2007-06-01 Thread Patrick Krusenotto
Hello altogether, My Name is Patrick and I am new to this list. I have got a serious problem with googlemail that I could'nt solve myself yet. I installed the mailman on top of exim on a suse virtual server under http://iqool.de/mailman It works perfect with all the accounts I tested it w

Re: [Mailman-Users] multiple header_filter_rules?

2007-06-01 Thread Mark Sapiro
David R Bosso wrote: > --On May 22, 2007 4:53:05 PM -0700 Mark Sapiro <[EMAIL PROTECTED]> wrote: > >> David R Bosso wrote: >>> >>> I have 2 rules set up. For a given test message, Rule 1 does not match, >>> and Rule 2 does. If I have Rule 1 set to discard, and Rule 2 set to >>> Hold, the messag

Re: [Mailman-Users] OSError: [Errno 13] Permission denied:'/usr/local/mailman/archives/private/testing.mbox' [solved]

2007-06-01 Thread Noah
Mark Sapiro wrote: > Noah >> Okay I give up. I am attempting to create a mail list called testing >> but I receive the error below. >> >> What are the proper permissions for /usr/local/mailman/archives/private/ ? >> >> >> # ls -dl /usr/local/mailman/archives/private/ >> drwxr-s--x 131 mailman

[Mailman-Users] Unable to Create New Lists

2007-06-01 Thread Phil Fonville
My thanks to Dan Phillips, Mark Sapiro and any others who pointed out (correctly) that I needed fully qualified domain names for several items in mm_cfg.py. My problem evaporated after I changed DEFAULT_NNTP_HOST = 'bashful' DEFAULT_EMAIL_HOST = 'bashful' DEFAULT_URL_HOST - 'bashful'