Op 7/7/2017 om 1:18 PM schreef j.emerlik:
> Solved temporary by replacing X-Spam-Status to X-Spam-Flag.
>
> X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like
> a bug.
Can you show your configuration (output from `dovecot -n`)?
An example message may also be useful.
Regar
Hi all.
I use dovecot 2.2.29.1.
Output of dovecot -n:
# 2.2.29.1 (e0b76e3): /var/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.18 (29cc74d)
# OS: Linux 3.10.55-gentoo i686 SuSE Linux 7.1 (i386)
debug_log_path = /var/log/dovecot/dovecot_debug.log
disable_plaintext_auth = no
info_log_path = /v
Hi all,
I am currently struggling with an odd sieve/Pigeonhole issue. Some weeks
ago I had to replace our dovecot certificate due to expiration. In the
past I did use a self-signed certificate, but because we now have a
little openssl based CA I have decided to create signed certificate for
i
Solved temporary by replacing X-Spam-Status to X-Spam-Flag.
X-Spam-Flag in my system is added only to SPAM e-mail, anyway it looks like
a bug.
Regards,
Jack
2017-07-07 12:41 GMT+02:00 j.emerlik :
> Yes, I'am sure.
>
> I've only global as:
> ==
> require "fileinto";
>
> if header :c
Yes, I'am sure.
I've only global as:
==
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "" {
discard;
stop;
}
and default as:
==
require "fileinto";
if header :contains
On 07.07.2017 11:14, j.emerlik wrote:
> Hi,
> my global sieve filter looks like this:
>
> require "fileinto";
>
> if header :contains "X-Spam-Status" "YES" {
> fileinto "INBOX.Junk";
> }
>
> if header :contains "X-Spam-Level" "" {
> discard;
> stop;
> }
>
>
> Why Dovecot
Hi,
my global sieve filter looks like this:
require "fileinto";
if header :contains "X-Spam-Status" "YES" {
fileinto "INBOX.Junk";
}
if header :contains "X-Spam-Level" "" {
discard;
stop;
}
Why Dovecot 2.2.24 and pigeonhole-0.4.14 moves all e-mails to spam eg .:
with
Hi Aki,
Wow that was a quick reply! :-)
userdb {
args = uid=vmail gid=vmail home=/var/vmail/%n allow_all_users=yes
driver = static
}
This needs to use driver = ldap, static userdb's are not iteratable.
Did that, and after changing args to point to a filename, everything
popped into p
On 07.07.2017 10:33, mj wrote:
> We received no replies to this email that we sent a few days ago.
> We're not sure why. If we miss something that is obvious to everybody,
> kindly point it out.
> We ẃould like to get iteration working, to be able to mass-delete
> specific emails from all mailbox
We received no replies to this email that we sent a few days ago. We're
not sure why. If we miss something that is obvious to everybody, kindly
point it out.
We ẃould like to get iteration working, to be able to mass-delete
specific emails from all mailboxes, in case of for example received
vir
10 matches
Mail list logo