Lefteris Chatzimparmpas

Results 59 comments of Lefteris Chatzimparmpas

This error was caused by a bug that was fixed in https://github.com/lefcha/imapfilter/commit/7ddc109eac588acad6af59acad37d06fd1aef0d4. Can you try again with the latest version v2.8.2?

Hm, that invalid state is weird, can you share the previous debug output until this error? Make sure to remove any sensitive details...

The problem is that you're using `ssl = auto`. As the variable `auto` is `nil` this means that you basically set `ssl = nil`, which disables SSL. Then you're configure...

> IMAPFilter 2.6.15 Copyright (c) 2001-2019 Eleftherios Chatzimparmpas Hm, version `2.6.15` is quite old, [from 2019](https://github.com/lefcha/imapfilter/blob/72f7fa621357299bb6c8f5d29b4efbafcbd34bf7/NEWS#L54). Could you try with the latest version [2.8.3](https://github.com/lefcha/imapfilter/releases/tag/v2.8.3)?

Have you tried disabling server hostname validation with `options.hostnames = false` as described in `imapfilter_config(5)` man page? ``` hostnames When this option is enabled, the server hostname is validated, in...

I would like to avoid maintaining a docker setup inside the codebase. Instead such contributions can go in the Wiki. And actually there's already a simple Docker setup page there:...

Do you have some examples of what works and what doesn't?

Unforunately, such functionality isn't implemented in the latest version as imapfilter. It would be possible to handle these labels if support was added in the codebase, but there are no...

I think the verbose output doesn't give us enough info as it only lists the command and the tagged result (ie. `OK`, or `BAD` or `NO`). So it hides the...

Can you share the relevant part of your config? Also can you produce a debug file with -d debug.log and share it?