[Mailman-Users] Is it possible to use mailman without apache?

2005-03-12 Thread Carfield Yim
Actually I just want to approve a pending mail, can I do it with command line? -- 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 Sear

[Mailman-Users] External Archivers - Anyone Have Working Setup

2005-03-12 Thread Lloyd F. Tennison
Does anyone have any experience with any of the external archivers? I have looked at the scattered information posted and found most of it is over four years old or that the links are invalid. (All references to kanga.nu in the FAQ's are no invalid. The instructions for MHonArc are four year

Re: [Mailman-Users] Getting the subscriber list

2005-03-12 Thread John Fleming
Or visit the roster from the listinfo page or directly at something like http://www.example.com/mailman/roster/ I'm not familiar with /roster/listname. Why I try that, I get Error Directors roster authentication failed. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

[Mailman-Users] Mailman Question

2005-03-12 Thread Dwayne Phillips
Is there anyway to schedule digest emails? I could use a timer to send emails once a week at a particular time. Thanks :..::...:::::.: Dwayne Phillips Technologies Director Freight Management Inc 2900 East La Palma Ave Anaheim, CA 92806 714.632.1440 e

[Mailman-Users] I need mailman help

2005-03-12 Thread Justin B Handley
Hi There, I am wondering if you know anyone who can provide support / consulting on mailman. Specifically, I am having an issue where I am getting two of every email sent to a list, and another user is getting two of every email sent by one person. Where can I find help on this? Justin

Re: [Mailman-Users] Searchable

2005-03-12 Thread Joakim Nomell
On Fri, 11 Mar 2005, George Theall wrote: But when trying to apply the patch I get the following (Redhat 9): [EMAIL PROTECTED] mailman-2.1.5]# patch -p1 <../htdig-2.1.5-0.1.patch <¹µH];P °kBñ That doesn't look like a patch file, at least not an uncompressed one. What does "file ../htdig-2

Re: [Mailman-Users] Searchable

2005-03-12 Thread Joakim Nomell
On Fri, 11 Mar 2005, Not Here wrote: im> mailman-2.1.5]# patch -p1 <../htdig-2.1.5-0.1.patch <^1æH];P Wrong syntax. You need a space after "<". Same result with [EMAIL PROTECTED] mailman-2.1.5]# patch -p1 < ../htdig-2.1.5-0.1.patch --

[Mailman-Users] HTDIG problems

2005-03-12 Thread Joakim Nomell
Hi all. Now I have applied the patch for mailman 1.0.5 and htdig is activated. My mm_cfg.py now includes: USE_HTDIG = 1 HTDIG_FILES_URL = '/htdig' HTDIG_HTSEARCH_PATH = '/usr/bin/htsearch' HTDIG_RUNDIG_PATH = '/usr/bin/rundig' And any list which not yet has htdig activated gets an listname.conf c

Re: [Mailman-Users] [continued] No address associated with nodename

2005-03-12 Thread roach
I'm seeing for every delivery attempt. Nothing is getting through at all. I've tried running DNS locally too. Now I'm in the process of trying to "re-install" Mailman as it came from the OS X Server discs. Also posted this issue on the Apple boards. Very strange. On Mar 11, 2005, at 5:52 AM, St

Re: [Mailman-Users] External Archivers - Anyone Have Working Setup

2005-03-12 Thread Brad Knowles
At 1:33 AM -0800 2005-03-12, Lloyd F. Tennison wrote: Most of the emails on my lists are html, and since pipermail will not handle html at all, the digests come with nothing in them. Incorrect. Pipermail handles HTML fine. It doesn't handle MIME very well. You may think that MIM

Re: [Mailman-Users] Is it possible to use mailman without apache?

2005-03-12 Thread Brad Knowles
At 3:27 PM +0800 2005-03-12, Carfield Yim wrote: Actually I just want to approve a pending mail, can I do it with command line? Yes. The administrators of very large scale Mailman mailing lists are effectively required to do everything via the command line, because the web interface becomes v

Re: [Mailman-Users] HTDIG problems

2005-03-12 Thread George Theall
On Sat, Mar 12, 2005 at 10:40:27AM +0100, Joakim Nomell wrote: > Hi all. Now I have applied the patch for mailman 1.0.5 and htdig is > activated. Are you sure about that version number??? Also, this means we've solved the gzip problem, right? > on every privat archive. But when filling in th

Re: [Mailman-Users] Is it possible to use mailman without apache?

2005-03-12 Thread Mark Sapiro
Carfield Yim wrote: >Actually I just want to approve a pending mail, can I do it with command >line? I'm not sure about command line, but you can do it by e-mail. If admin_immed_notify is set to Yes, the notification message that is sent contains a message/rfc822 part similar to the following: -

Re: [Mailman-Users] Getting the subscriber list

2005-03-12 Thread Mark Sapiro
John Fleming wrote: >> Or visit the roster from the listinfo page or directly at something >> like http://www.example.com/mailman/roster/ > >I'm not familiar with /roster/listname. Why I try that, I get >Error >Directors roster authentication failed. Your list roster is restricted to either list

Re: [Mailman-Users] Mailman Question

2005-03-12 Thread Mark Sapiro
Dwayne Phillips wrote: >Is there anyway to schedule digest emails? > >I could use a timer to send emails once a week at a particular time. You can adjust the crontab entry to run senddigests on whatever schedule you want (default is daily at noon). Digests will still be sent when the accumulated

Re: [Mailman-Users] Getting the subscriber list

2005-03-12 Thread John Fleming
- Original Message - From: "Mark Sapiro" <[EMAIL PROTECTED]> To: "John Fleming" <[EMAIL PROTECTED]>; Sent: Saturday, March 12, 2005 10:22 AM Subject: Re: [Mailman-Users] Getting the subscriber list John Fleming wrote: Or visit the roster from the listinfo page or directly at something l

Re: [Mailman-Users] Getting the subscriber list

2005-03-12 Thread Mark Sapiro
John Fleming wrote: > >Mark Sapiro wrote: >> >> John Fleming wrote: >> Or visit the roster from the listinfo page or directly at something like http://www.example.com/mailman/roster/ >>> >>>I'm not familiar with /roster/listname. Why I try that, I get >>>Error >>>Directors roster authent

Re: [Mailman-Users] I need mailman help

2005-03-12 Thread Mark Sapiro
Justin B Handley wrote: > >I am wondering if you know anyone who can provide support / consulting on >mailman. Specifically, I am having an issue where I am getting two of every >email sent to a list, and another user is getting two of every email sent by >one person. > > > >Where can I find help

Re: [Mailman-Users] Searchable

2005-03-12 Thread Mark Sapiro
Joakim Nomell wrote: >On Fri, 11 Mar 2005, George Theall wrote: > >>> But when trying to apply the patch I get the following (Redhat 9): >>> [EMAIL PROTECTED] mailman-2.1.5]# patch -p1 <../htdig-2.1.5-0.1.patch >>> <¹µH];P °kBñ >> >> That doesn't look like a patch file, at least not an u