Re: [Mailman-Users] how to delete lists ?

2006-02-15 Thread Kevin McNamee
Type: > bin/rmlist to get the options Don't think it is possible to delete a list from the GUI. /Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mehmet Fatih AKBULUT Sent: 15 February 2006 20:50 To: Mailman-Users@python.org Subject: [Mailman-Users]

[Mailman-Users] UnicodeDecodeError: 'ascii' codec can't decode

2006-02-14 Thread Kevin McNamee
Hi, I am importing some old mail into a list and I get the following exception: Updating HTML for article 292 Updating HTML for article 293 Pickling archive state into /usr/local/mailman/archives/private/support/pipermail.pck Traceback (most recent call last): File "bin/arch", line

Re: [Mailman-Users] sendmail and mm-handler woes - SOLVED

2006-02-14 Thread Kevin McNamee
Hi, It was a permissions problem. mm-handler had a different owner to what was specified in the sendmail.cf. When I changed this everything worked. Thanks for all your help. Regards, Kevin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin McNamee

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-14 Thread Kevin McNamee
Hi, >Check all of Mailman's logs. I am tailing them all. >>Looking at the lists/testlist/digest.mbox I can see that the messages are >>in the file! >The messages from Outlook too? No. >Try moving the digest.mbox file aside. This shouldn't affect 2.1.7, but >who knows... I will just remove

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-14 Thread Kevin McNamee
Hi Mark, >> >>This works: >>=== >>echo "From: kevin.mcnameesymsoft.se >>To: foobarmailman.symsoft.se >>Subject: Test >>test mail body >>" | /etc/mail/mm-handler mailman.symsoft.se \ >>-r kevin.mcnameesymsoft.se foobar >> >> >>This does not work: >>=== >>echo "From:

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Kevin McNamee
It comes down to this. This works: === echo "From: kevin.mcnameesymsoft.se To: foobarmailman.symsoft.se Subject: Test test mail body " | /etc/mail/mm-handler mailman.symsoft.se \ -r kevin.mcnameesymsoft.se foobar This does not work: === echo "From: kevin.mcnameesy

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Kevin McNamee
Hi, For the record I am running on Solaris 10 and I am using the mm-handler. When I send a mail (from Outlook) with DEBUG turned on in mm-handler, I get a "Returned mail" with the debug output. So it seems that that is working. Without DEBUG it does not reach Mailman moderation. I tried to send

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-13 Thread Kevin McNamee
ail to our list. Hope this is of use. Regard, Kevin -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: 12 February 2006 16:57 To: Kevin McNamee; mailman-users@python.org Subject: Re: [Mailman-Users] sendmail and mm-handler woes Kevin McNamee wrote: > >Yep, I have cre

Re: [Mailman-Users] sendmail and mm-handler woes

2006-02-12 Thread Kevin McNamee
[mailto:[EMAIL PROTECTED] Sent: 11 February 2006 22:21 To: Kevin McNamee; mailman-users@python.org Subject: Re: [Mailman-Users] sendmail and mm-handler woes Kevin McNamee wrote: > >I have followed the mailman instruction and mm-handler.readme and I can >administer everything via web an

[Mailman-Users] sendmail and mm-handler woes

2006-02-09 Thread Kevin McNamee
Hi, I am using Solaris 10 and installing mailman 2.1.7 I have followed the mailman instruction and mm-handler.readme and I can administer everything via web and receive confirmation emails, except I get "User unknown" when I try send to my testlist at mailman.symsoft.se. From reading the archi