Re: [Mailman-Users] need help for aliasses

2005-01-30 Thread Mark Sapiro
dinar ali kadri wrote: >Hi when i request to subscribe a list on mailman page after that i >check my >smtp-failure log i finds this error: > >Jan 29 12:36:26 2005 (3959) SMTP session failure: 553, 5.3.0 [EMAIL PROTECTED]>... user User unknown, msgid: >[EMAIL PROTECTED]> > >i want to know what

Re: [Mailman-Users] Cron error

2005-01-30 Thread Tokio Kikuchi
Hi, Erin Dalzell wrote: Traceback (most recent call last): File "/usr/local/mailman/cron/senddigests", line 94, in ? main() File "/usr/local/mailman/cron/senddigests", line 87, in main mlist.Save() File "/usr/local/mailman/Mailman/MailList.py", line 525, in Save self.__save(dict)

Re: [Mailman-Users] bounce unsubscribe

2005-01-30 Thread Mark Sapiro
Andrew Watson wrote: >I administer a list. I received a notice that one of my own >subscriptions to the list had been unsubscribed. I realized it was an >old address that was no longer functional. Cool. But why did I (as >owner) not receive notification that the address was to be disabled >or

Re: [Mailman-Users] Is it possible to set up and run Mailman without root access?

2005-01-30 Thread Brad Knowles
At 1:20 PM -0800 2005-01-30, <[EMAIL PROTECTED]> wrote: Is it possible to set up and run Mailman 2.1.5 without root access? I'm pretty sure that's not possible. It seems to me that there must be other folks out there who have a hosting service that is shared and that restricts root access.

Re: [Mailman-Users] Is it possible to set up and run Mailman withoutroot access?

2005-01-30 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >Is it possible to set up and run Mailman 2.1.5 without root access? The short answer is No. >This is on a shared Linux server where we have access to only one user, and >do not want to give RW access to other users. >So in addition to not having root, we don't want to u

[Mailman-Users] need help for aliasses

2005-01-30 Thread dinar ali kadri
Hi when i request to subscribe a list on mailman page after that i check my smtp-failure log i finds this error: Jan 29 12:36:26 2005 (3959) SMTP session failure: 553, 5.3.0 [EMAIL PROTECTED]>... user User unknown, msgid: [EMAIL PROTECTED]> i want to know what to do coz in my aliases it is

[Mailman-Users] bounce unsubscribe

2005-01-30 Thread Andrew Watson
I administer a list. I received a notice that one of my own subscriptions to the list had been unsubscribed. I realized it was an old address that was no longer functional. Cool. But why did I (as owner) not receive notification that the address was to be disabled or unsubscribed? Both of the o

[Mailman-Users] Mailman Tutorial French

2005-01-30 Thread Rakotomandimby (R12y) Mihamina
Hello, I know the documentation is fairly clear about setting up a new Mailman site, but I wrote this little tutorial in french on how to set it up. I hope it will be archived by the search engines and will help the futures newbies: http://faq.fcolc.eu.org/Members/mihamina/tutoriels/fedora/mailm

Re: [Mailman-Users] Cron error

2005-01-30 Thread Erin Dalzell
Mark Sapiro wrote: This seems to be a recurrent problem with Mac OS X See your own post at http://mail.python.org/pipermail/mailman-users/2004-August/038693.html [snip] Ya, I have seen most of those, but none of them have a concrete answer. I was just hoping someone had more information. Beyond w

Re: [Mailman-Users] Cron error

2005-01-30 Thread Mark Sapiro
Erin Dalzell wrote: >Traceback (most recent call last): > File "/usr/local/mailman/cron/senddigests", line 94, in ? > main() > File "/usr/local/mailman/cron/senddigests", line 87, in main > mlist.Save() > File "/usr/local/mailman/Mailman/MailList.py", line 525, in Save > self.__s

[Mailman-Users] Cron error

2005-01-30 Thread Erin Dalzell
Traceback (most recent call last): File "/usr/local/mailman/cron/senddigests", line 94, in ? main() File "/usr/local/mailman/cron/senddigests", line 87, in main mlist.Save() File "/usr/local/mailman/Mailman/MailList.py", line 525, in Save self.__save(dict) File "/usr/local/mailm

[Mailman-Users] Is it possible to set up and run Mailman without root access?

2005-01-30 Thread bill.bruns
Hi folks, Is it possible to set up and run Mailman 2.1.5 without root access? This is on a shared Linux server where we have access to only one user, and do not want to give RW access to other users. So in addition to not having root, we don't want to use the 02775 permissions. Ideally we would r

Re: [Mailman-Users] Strange behavour of reply-to

2005-01-30 Thread simonb
On Sat, 2005-01-29 at 04:30 -0800, Mark Sapiro wrote: > simonb wrote: > > >I have version 2.1.5 running on Solaris 8 > > > >Whenever I create a list the reply to address always changes the FQDN > >side of the reply to to the mailing list address. > > > >IE: for mailing list at @.com > > > >ori

Re: [Mailman-Users] rmlist does not work on lists with a spaceinthe name

2005-01-30 Thread Mark Sapiro
John Fleming wrote: > >Please explain before I end up doing the same things... I don't see why you >should have to resort to manually deleting directories. At one time (in versions 2.0.x and earlier I think) it was possible to create a list with one or more spaces in the name. I don't think suc

Re: [Mailman-Users] rmlist does not work on lists with a space inthe name

2005-01-30 Thread Steve Dondley
John Fleming wrote: Sorry, never mind. I searched the archive (instead of google) and found the answer. I'm just going to delete the directories manually. Please explain before I end up doing the same things... I don't see why you should have to resort to manually deleting directories. See

Re: [Mailman-Users] rmlist does not work on lists with a space inthe name

2005-01-30 Thread John Fleming
Sorry, never mind. I searched the archive (instead of google) and found the answer. I'm just going to delete the directories manually. Please explain before I end up doing the same things... I don't see why you should have to resort to manually deleting directories. -- No virus found in thi

Re: [Mailman-Users] rmlist does not work on lists with a space in the name

2005-01-30 Thread Steve Dondley
Sorry, never mind. I searched the archive (instead of google) and found the answer. I'm just going to delete the directories manually. Steve Dondley wrote: I've create a mail list name called 'my list'. When I perform the "rmlist -a my\ list" or "rmlist -a 'my list'" command, mailman tells me

[Mailman-Users] rmlist does not work on lists with a space in the name

2005-01-30 Thread Steve Dondley
I've create a mail list name called 'my list'. When I perform the "rmlist -a my\ list" or "rmlist -a 'my list'" command, mailman tells me it has deleted everything and I get no errors. In fact, rmlist reports back "Removing list info". But when I go to the listinfo page, the list is still ther