Re: archivemail-0.6.1 not working as expected

2004-06-01 Thread Simon Barner
> So to make it clear: If I want to run a cron job for a special user I use > crontab and otherwise to run a system-wide cron-job that is not defined by > FreeBSD itself I use /usr/local/etc/periodic? AFAICS /usr/local/etc/periodic is mainly used by ports, e.g. portaudit uses it to fetch its datab

Re: archivemail-0.6.1 not working as expected

2004-06-01 Thread Oliver Fuchs
On Tue, 01 Jun 2004, Simon Barner wrote: > Oliver Fuchs wrote: > > Hi, > > > > I want to use archivemail-0.6.1 (Python 2.3.2) on FreeBSD 5.2.1-RELEASE. > > I have three questions/problems with the proper use: > > > > 1) I get the error message: > > /usr/local/bin/archivemail:760: SyntaxWarning:

Re: archivemail-0.6.1 not working as expected

2004-05-31 Thread Simon Barner
Oliver Fuchs wrote: > Hi, > > I want to use archivemail-0.6.1 (Python 2.3.2) on FreeBSD 5.2.1-RELEASE. > I have three questions/problems with the proper use: > > 1) I get the error message: > /usr/local/bin/archivemail:760: SyntaxWarning: assignment to None > (None, last_dir) = os.path.split(os

archivemail-0.6.1 not working as expected

2004-05-31 Thread Oliver Fuchs
Hi, I want to use archivemail-0.6.1 (Python 2.3.2) on FreeBSD 5.2.1-RELEASE. I have three questions/problems with the proper use: 1) I get the error message: /usr/local/bin/archivemail:760: SyntaxWarning: assignment to None (None, last_dir) = os.path.split(os.path.dirname(message.fp.name)) I fo