[Mailman-Users] on mailing to my list: user (=listname) unknown; (sendmail-mailman config error?)

2004-05-04 Thread walter . mauritz
Hi, I have installed - mailman - apache - sendmail Successfully created a list, got a confirmation eMail from list. But on mailing to the list listname = "mylist", I get the following error: <[EMAIL PROTECTED]>: 217.136.223.232_does_not_like_recipient./Remote_host_said:_550_5.1.1_<[EMAIL PROTE

[Mailman-Users] /usr/local/mailman/mail/wrapper doesn't exist

2004-05-04 Thread Steve Schofield
I installed mailman, trying to use Qmail as the MTA. The only thing that baffles me so far is the wrapper program doesn't exist in the /usr/local/mailman/mail/ directory. Where would I find documentation on this? I'm able to create lists, send notifcations to users but can't send messages to the

Re: [Mailman-Users] Weird domain action

2004-05-04 Thread Ed Greenberg
Check your configuration, on the "General" page. Down toward the bottom you'll find "Domain this list prefers for email." Make sure that doesn't have www in it. --On Tuesday, May 04, 2004 1:09 PM -0500 Brian O'Connor <[EMAIL PROTECTED]> wrote: We have a web and mail server set up with the d

Re: [Mailman-Users] Footer Appended as Attachment in 2.1?

2004-05-04 Thread Kai Schaetzl
Richard Barrett wrote on Thu, 29 Apr 2004 23:35:07 +0100: > Do I hear a volunteer. Sounds like someone about to break out the text > editor and demonstrate what open software is all about. > Not me. I'm really not interested in HTML in email in any form :-) Kai -- Kai Schätzl, Berlin, Germa

[Mailman-Users] Header.py, UnicodeDecodeError, and shunting

2004-05-04 Thread David Vasil
Software versions: Python 2.3.3 Mailman 2.1.4 After reading through the archives and applying the Scrubber.py patch from: http://sourceforge.net/tracker/index.php?func=detail&aid=891491&group_id=103&atid=300103 I still have UnicodeDecodeErrors within Header.py: --- May 04 14:49:11 2004 (6090) Un

[Mailman-Users] request.db files

2004-05-04 Thread Carl Parrish
Okay while trying to find out was was wrong with my mailman server late at night I noticed that only two of my lists has a request.db file in it. In a move that I can only attribute to it being late/early morning, I then deleted the request.db in both lists that had them. (without backups). So

[Mailman-Users] Weird domain action

2004-05-04 Thread Brian O'Connor
We have a web and mail server set up with the domain name osdlc.org. We are also trying to set up a mail list, but the server keeps adding "www." to our mail list address. For example, i want to set up a mail list entitled "[EMAIL PROTECTED]," but the list comes out with the address, "[EMAIL P

Re: [Mailman-Users] alias problem

2004-05-04 Thread Hilton J Ralphs
Sure dude. The problem is in the first line of your alias file. Should read... my-list: "|/var/mailman/mail/mailman post my-list" -- Regards Hilton Quoting nikos <[EMAIL PROTECTED]>: > I create a list and it seems to work fine, exept that all mail from users > going only to root user. > I b

[Mailman-Users] alias problem

2004-05-04 Thread nikos
I create a list and it seems to work fine, exept that all mail from users going only to root user. I believe it is an alias problem. Can somebody help me please? #alias my-list: postmaster my-list-owner: mailman my-list-admin: "|/var/mailman/mail/mailman admin my-list" my-list-bounces: "|/var/mail

[Mailman-Users] No mail going out to lists members

2004-05-04 Thread Carl Parrish
Info I'm running mailman 2.1.4 I installed from source. I'm running it on SUSE 8.2 (x86_64) MTA is qmail After a *very* long time I'm just about done running it all except my messages don't seem to be sent out. qmails ' log shows them as being successfull. When I run qrunner from the command line

Re: [Mailman-Users] check_perms error?

2004-05-04 Thread nikos
I've install mailman-2.1.1-5.i386.rpm version and it seems to work fine Thank you any way! - Original Message - From: "Todd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 04, 2004 12:17 PM Subject: Re: [Mailman-Users] check_perms error? > -BEGIN PGP SIGNED MESSAGE--

[Mailman-Users] Turning off options in GUI [Re: Announce Only]

2004-05-04 Thread Zoran Dzelajlija
Paul Reilly <[EMAIL PROTECTED]> wrote: > If the feature doesn't work for me via the > web, then I'd like the option of turning it off. This idea could be expanded to an novice/advanced view of the options, where the advanced would show all of the options and categories and the novice view would sh

Re: [Mailman-Users] qrunner lockup / mass moderation (solved)

2004-05-04 Thread Stephan Uhlmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just as a followup to my post explaining how I solved the problem. The lockup didn't have something to do with the overfull moderation queue. There was a 8 MB big file in the qfiles/ directory. The size was not that unusual and Mailman normally has

Re: [Mailman-Users] Administrate list via HTML?

2004-05-04 Thread Richard Barrett
On 3 May 2004, at 21:57, Sean Robertson wrote: I need to be able to send the commands from a PHP script. There is no way that I know of to handle the login and execute commends on the HTML pages from a PHP script. If you are absolutely bound and determined to use PHP for doing your list admin vi

Re: [Mailman-Users] Problems with mailman migration

2004-05-04 Thread Martin Oehler
Hi! On Tue, May 04, 2004 at 02:32:04PM +0200, Kai Schaetzl wrote: > Martin Oehler wrote on Mon, 3 May 2004 23:03:41 +0200: > > > Could someone point me in the right direction where to find > > documentation for moving/upgrading my lists? > > > > There isn't much to do when you want to move/upgra

Re: [Mailman-Users] Administrate list via HTML?

2004-05-04 Thread Tokio Kikuchi
Hi, Sean Robertson wrote: I need to be able to send the commands from a PHP script. There is no way that I know of to handle the login and execute commends on the HTML pages from a PHP script. I you can exec GNU wget from your PHP script, then this command might be a hint. $ wget -O /dev/null

[Mailman-Users] dynamic subject line

2004-05-04 Thread gabor
hi, is there a way to adjust the subject line dynamically... what i'd like to do: when mailman gets a mail for a given mailing list, it checks the subject line, and if it's "#", then replaces it with "#"... that means it replaces it with something like "#`date +%W`". is there a way to do this?

Re: [Mailman-Users] Problems with mailman migration

2004-05-04 Thread Kai Schaetzl
Martin Oehler wrote on Mon, 3 May 2004 23:03:41 +0200: > Could someone point me in the right direction where to find > documentation for moving/upgrading my lists? > There isn't much to do when you want to move/upgrade lists. I upgraded from the standard mailman which came with my Suse distribut

Re: [Mailman-Users] Member receiving digests and individual mail

2004-05-04 Thread Jen Crawford
Thanks for the starting points. On 5/4/04 12:07 PM, "Brad Knowles" <[EMAIL PROTECTED]> wrote: > At 11:54 AM +1200 2004/05/04, Jen Crawford wrote: > >> I've recently begun a list using Mailman. One of my members has complained >> that she's being sent individual mail as well as digests, despite

Re: [Mailman-Users] check_perms error?

2004-05-04 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nikos wrote: > Unfortunatelly there is nothing in RH errata > Any suggestions? Look again? :) https://rhn.redhat.com/errata/RHSA-2004-020.html - -- ToddOpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp =

Re: [Mailman-Users] check_perms error?

2004-05-04 Thread nikos
Unfortunatelly there is nothing in RH errata Any suggestions? - Original Message - From: "Todd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 04, 2004 11:06 AM Subject: Re: [Mailman-Users] check_perms error? > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > nikos w

Re: [Mailman-Users] check_perms error?

2004-05-04 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 nikos wrote: > I run mailman-2.1-8 in a RH9 Linux with python-2.2.2-26. You should apply the redhat errata to your system. The mailman package shipped with redhat 9 was broken in several annoying ways. - -- ToddOpenPGP -> KeyID: 0xD654075A

Re: [Mailman-Users] qrunner lockup / mass moderation

2004-05-04 Thread Stephen J. Turnbull
> "Stephan" == Stephan Uhlmann <[EMAIL PROTECTED]> writes: Stephan> Is there another way to do such mass moderation? I tried Stephan> to move away the files in the data/ directory but then Stephan> Mailman complains about missing them, so I guess I have Stephan> to do it the "