[imapfilter-devel] multiple jobs not executed in daemon mode
Lefteris Chatzibarbas
lefcha at hellug.gr
Sat Nov 1 11:53:29 EET 2003
On Wed, Oct 29, 2003 at 11:20:42AM +0100, Gerhard Reitmayr wrote:
> Hi,
>
> I'm using imapfilter 0.9.4 under linux and its working great so far.
> However I recently added two more jobs besides my first one that work on
> other folders than the INBOX. These jobs only get executed when I start
> imapfilter once, but after that they are not processed. There are no log
> file entries and the mails are not moved.
>
> [...]
>
> the first job is executed every 5 minutes, but the second one only when
> I start imapfilter. I would like to know, if I'm doing something
> obviously wrong in my configuration, or if there is any other problem
> that I might be seeing ??
Can you try recompiling imapfilter with DEBUG enabled:
$ tar zxf imapfilter-0.9.4.tar.gz
$ cd imapfilter-0.9.4
$ ./config -o debug=yes
$ make
... and then run it with something like:
$ ./imapfilter -d 300 2>/tmp/imapfilter.err
Let it execute 2-3 times and then send the imapfilter.err output file or
a link to it (do not forget to remove any sensitive information).
More information about the Imapfilter-devel
mailing list