Re: [Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER directive ignored

2008-04-02 Thread Mark Sapiro
Mark Heer wrote: > >mm_cfg.py: >PUBLIC_EXTERNAL_ARCHIVER = 'ssh -e none -i $HOME/.ssh/archkey [EMAIL >PROTECTED] %(listname)s' >PRIVATE_EXTERNAL_ARCHIVER = 'ssh -e none -i $HOME/.ssh/archkey [EMAIL >PROTECTED] %(listname)s' > > >error log: >return Mailbox.Mailbox(open(afn, 'a+')) >IOError: [Err

[Mailman-Users] PUBLIC_EXTERNAL_ARCHIVER directive ignored

2008-04-02 Thread Mark Heer
Hello, I can run the following ssh from the command line and it works, yet when I set the config for external archive mailman is ignoring the config option and attempts to archive on the local machine. After I updated mm_cfg.py I did a mailmanctl restart and restarted mailman from rc3.d dir