[Mailman-Users] Using wget to turn digest mode on/off

2007-05-31 Thread Curtis Preston
I need to be able to interact with MailMan via php without using the command line, so I've been playing around with using URL commands. I've been able to do several things in MailMan using wget (and php's file_get_contents subroutine), but there's one that's eluding me. Here's what I CAN do:

[Mailman-Users] Using wget to turn digest mode on/off

2007-05-31 Thread Stephen J. Turnbull
Curtis Preston writes: But that doesn't authenticate. On the real web side, it works if you authenticate FIRST with another page, then call the user's options page after you're authenticated as the admin, but I don't think I can do that with wget. Dunno if it will get you where you want

[Mailman-Users] odd empty bounce message generated upon posting to a mailing list

2007-05-31 Thread Jon Pauli
Hello, I have been looking around in the docs and have not seen anything that matches my issue. I have a couple of mailing lists and every time anyone- member or non-member posts, everything works fine but the list owner gets 1)An uncaught bounce notification containing an empty attachment

[Mailman-Users] Unable to Create New Lists

2007-05-31 Thread Phil Fonville
I am unable to create new lists with either the web interface or the newlist script. However, I can post to my existing lists, and the posts go out to list subscribers. Failed attempts yield this message: Error: Unknown virtual host: [EMAIL PROTECTED] my mm_cfg.py file contains:

[Mailman-Users] Which script does /admin/members call?

2007-05-31 Thread Curtis Preston
I need to know which script is called when I run the /admin/members page and press Submit. I can't figure it out since ./cgi-bin/members is a binary. (I'm continuing down my path of trying to figure out how to set the digest mode via wget and I need to see how Mailman is parsing this form.)

Re: [Mailman-Users] Unable to Create New Lists

2007-05-31 Thread Mark Sapiro
Phil Fonville wrote: I am unable to create new lists with either the web interface or the newlist script. However, I can post to my existing lists, and the posts go out to list subscribers. Failed attempts yield this message: Error: Unknown virtual host: [EMAIL PROTECTED] my mm_cfg.py

Re: [Mailman-Users] Mailman Splitting Subject

2007-05-31 Thread Mark Sapiro
Stephen J. Turnbull wrote: It's almost a trivial patch; in the email/Generator.py file find the keyword argument continuation_ws='\t' to the Header initialization and change the '\t' to ' '. This is an incomplete solution. See Mailman/Handlers/CookHeaders.py. You really need to patch the

Re: [Mailman-Users] Maximum template size?

2007-05-31 Thread Mark Sapiro
Carter Braxton wrote: I just tested this to be certain, and the variable substitution does not take place -- the invitation email that is sent contains the variable names rather than the values: The problem is the non-substitution '%' characters in your template. E.g., 75% of email traffic

Re: [Mailman-Users] No domain name, Can I use mailman to build a maillist?

2007-05-31 Thread Mark Sapiro
jetspeed wrote: I use exim4 as MTA, and mailman as maillist But I have no domain name besides my IP, so mails from other smtp servers can't be relayed to my MTA, How can I deal with this situation? I think you can set DEFAULT_URL_HOST = 'xxx.xxx.xxx.xxx' DEFAULT_EMAIL_HOST =

Re: [Mailman-Users] how can i simulate mailman pages

2007-05-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: 'The problem is probably that the /admin/* pages require the list or site admin password to be in a cookie, and normal users aren't going to have that.' So, it seems you want to make your own web form which circumvents the Mailman subscribe process and subscribes the

Re: [Mailman-Users] Low level smtp error: Server not connected

2007-05-31 Thread Mark Sapiro
Leonard Jacobs wrote: I am trying to run Mailman 2.1.9 on a CentOS 4 server with postfix 2.4.1. I had Mailman 2.1.5 running on a slower system and wanted to offload some apps to this newer server but am having problems. check_perms has no errors. Creating lists works fine and when postings

Re: [Mailman-Users] a question about unadvertised lists and spam

2007-05-31 Thread Mark Sapiro
Dennis Morgan wrote: My question is - are spamers able to pick up lists from the default (but not easily accessible) default mailman listinfo page and start bombarding us with spam on all lists? Or should I set the Advertise this list option to no for the lists on the default listinfo page? My

Re: [Mailman-Users] Point of Clarification for announcement lists

2007-05-31 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: I'm assuming that this directory is in the root of the /usr/lib/Mailman/ directory. Is this correct? I've created the following directory structure: /usr/lib/mailman/Lists/-high-school-announcements/en It should be 'lists', not 'Lists' and the

Re: [Mailman-Users] odd empty bounce message generated upon posting toa mailing list

2007-05-31 Thread Mark Sapiro
Jon Pauli wrote: I have a couple of mailing lists and every time anyone- member or non-member posts, everything works fine but the list owner gets 1)An uncaught bounce notification containing an empty attachment called ForwardedMessage.eml. Thunderbird is the MUA so I'm guessing it is

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

2007-05-31 Thread Noah
Hi, 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 3072 Feb 28 16:18

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

2007-05-31 Thread Mark Sapiro
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 3072 Feb 28 16:18