Displaying 20 results from an estimated 2000 matches similar to: "Log synchronization error"
2018 Dec 04
2
BUG: sieve does not set seen-Flag
I tried it like you... doesn't work. The message gets all the other
flags, but not the \Seen-Flag.
My repo is
https://repo.dovecot.org/ce-2.3-latest/debian/stretch stretch
dpkg -l|grep dove
ii? dovecot-core????????????????????? 2:2.3.4-2~stretch????????????? amd64??????? secure POP3/IMAP server - core files
ii? dovecot-imapd???????????????????? 2:2.3.4-2~stretch????????????? amd64???????
2018 Dec 04
0
BUG: sieve does not set seen-Flag
I've been using that recipe for YEARS, and it DOES work for me on FreeBSD
(I'm also the port maintainer for dovecot and pigeonhole).
Not sure exactly what you are doing wrong, but I use lmtp to deliver the
mail to mbox formatted mailboxes.
On Tue, Dec 4, 2018 at 9:11 AM Jakobus Sch?rz <wertstoffe at nurfuerspam.de>
wrote:
> I tried it like you... doesn't work. The message
2018 Dec 04
2
BUG: sieve does not set seen-Flag
Which version of dovecot are you using?
jakob
Am 04.12.18 um 15:44 schrieb Larry Rosenman:
> I have the following, and it works:
> require ["include","fileinto","imap4flags","variables"];
> global "MyFlags";
> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
> {
> redirect
2018 Dec 04
0
BUG: sieve does not set seen-Flag
2.3.4/0.5.4 (dovecot/pigeonhole)
Note the casing on the \\Seen flag.
On Tue, Dec 4, 2018 at 9:02 AM Jakobus Sch?rz <wertstoffe at nurfuerspam.de>
wrote:
> Which version of dovecot are you using?
>
>
> jakob
>
> Am 04.12.18 um 15:44 schrieb Larry Rosenman:
> > I have the following, and it works:
> > require
2018 Dec 04
2
BUG: sieve does not set seen-Flag
This is, what the logs say, when i move a message to another folder with
thunderbird drag&drop
Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: copy from INBOX/Arbeiten/bla: box=INBOX, uid=849, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=($label3 NonJunk)
Dec 04
2018 Dec 04
3
BUG: sieve does not set seen-Flag
Did you notice the
fileinto :flags
usage? It comes from imap4sieve extension.
https://tools.ietf.org/html/rfc5232#page-7
Aki
> On 04 December 2018 at 17:13 Larry Rosenman <larryrtx at gmail.com> wrote:
>
>
> I've been using that recipe for YEARS, and it DOES work for me on FreeBSD
> (I'm also the port maintainer for dovecot and pigeonhole).
>
> Not sure
2018 Dec 04
2
BUG: sieve does not set seen-Flag
I have an additional information.
Moving a already seen messsage to another imap-folder (drag&drop in
thunderbird) shows this email in the other folder as unseen and recent.
Is this normal behaviour?
BR Jakob
Am 04.12.18 um 16:36 schrieb Jakobus Sch?rz:
> Yes. I did it the same way, Larry described.
>
> And i have in my sieve-script, which i use also for years the other
>
2018 Dec 05
0
BUG: sieve does not set seen-Flag
Ok. I told you, that all and every Flag is set, except \Seen... I tried
to figure out, whats happening here... And my dovecot is not working as
it is designed...
It's nice to see, that dovecot is working for you... but here it is not
working as it should...
Changing to cyrus? What should i do? Where i can find debug-infos?
Please understand me right... It is nice for you, if dovecot does,
2018 Dec 04
2
BUG: sieve does not set seen-Flag
Now i tried an additional rule in my "normal" working sieve-filter:
if address :domain :matches "from" "company.example"
? { setflag "\\seen"; fileinto :create "INBOX/foo/test"; stop; }
and sent an email from my company-account. The folder INBOX/foo/test
gets created, but the message inside is not marked as seen.
So i think, this is a bug in
2018 Jul 26
0
Aw: Re: Re: Panic: Leaked view for index - virtual mailbox
2018 Dec 05
2
BUG: sieve does not set seen-Flag
We've all shown the way it should work, and what DOES work for us.
There appears to be <something> different about your setup.
I've showed you my spam sieve filter that does set \Seen.
I deliver my mail via dovecot LMTP to mbox formatted files.
What's different in your setup?
Those \Seen flags are visible in ALL the clients I use (Outlook, Outlook
Android, Gmail Android,
2018 Dec 04
0
BUG: sieve does not set seen-Flag
I have the following, and it works:
require ["include","fileinto","imap4flags","variables"];
global "MyFlags";
if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES"
{
redirect "spamtrap at spambouncer.org";
addflag "MyFlags" "\\Seen Junk";
fileinto :flags
2018 Jul 26
2
Aw: Re: Panic: Leaked view for index - virtual mailbox
I am pretty sure Synoptic/INBOX/Archives will not be same as INBOX/Archives.
a SELECT Synoptic/INBOX/Archives
a NO Mailbox doesn't exist: Synoptic/INBOX/Archives (0.001 + 0.000 secs).
a SELECT INBOX/Archives
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)]
Flags permitted.
* 45 EXISTS
So as you can see, specifying
2018 Dec 04
0
BUG: sieve does not set seen-Flag
Moving a message from one folder to another with thunderbird, gmail-app
on android and horde webmail has always the same behaviour.
The \Recent flag ist set and the \Seen-Flag is removed in the new
folder. So it is not a problem of thunderbird.
BR Jakob
Am 04.12.18 um 17:31 schrieb Jakobus Sch?rz:
> This is, what the logs say, when i move a message to another folder
> with thunderbird
2018 Dec 04
0
BUG: sieve does not set seen-Flag
Yes. I did it the same way, Larry described.
And i have in my sieve-script, which i use also for years the other
notation i tried before, many times in use.
The last month it did not recognize, that this rules won't work any
longer. Today i played around a little, then i saw, it won't work to set
the \Seen-Flag...
Please be aware, i can set Junk-Flag, and Thunderbird shows me the
Emails
2018 Dec 05
3
BUG: sieve does not set seen-Flag
What really strange is:
There is a seen message
1544001025.M268344P5000.mymail,S=2804,W=2861:2,S
Shown in Thunderbird as seen. Then i move this message to INBOX, and the
logs say:
Dec 05 10:22:23 mymail dovecot[24019]: imap(user.name)<5276><+eYG4kJ85DMuffon>: Debug: Mailbox INBOX: Mailbox opened because: UID move
Dec 05 10:22:23 mymail dovecot[24019]:
2019 Feb 04
2
acl_groups from LDAP issue
Hi!
I have some trouble with userdb, ldap an extrafields for acl_groups.
There is a script in python, which fetches the groups and sets the
environment-variable ACL_GROUPS to this groups.
It works when i log in to imap (thunderbird for example shows my? public
folders which are protected by acl_groups).
But when it try
doveadm mailbox list -u user.name
the mailboxes are not listed and with
2018 Dec 05
3
BUG: sieve does not set seen-Flag
* Jakobus Sch?rz:
> Does it matter, if the keyword-files do not match?
Possibly. The keyword files define flag<->letter mappings. You have
shown two files with mappings (let's call them A and B) with A being a
subset of B. If a file is moved from A to B, all is fine. What happens
if a file is moved from B to A is for Aki to know. ;-)
> 0 $label3
> 1 NonJunk
> 2 Junk
> 3
2018 Feb 05
1
Bug in dovecot 2.3 virtual plugin
Hi,
did you have time to investigate about 'Panic: file unichar.c' bug ?
Because I have the same problem with a 2.3.0 installation without
virtual plugin.
Thanks,
Marco
On 2018-01-03 16:52, Aki Tuomi wrote:
> This is not a bug in virtual plugin, but in some email which contains invalid unicode sequence somehow. Can you send me a core file? This should not have occured ofc but
2018 Sep 11
1
Log sync error
Hi there!
I get a lot of errormessages. My dovecot is: dovecot-core
2:2.3.2.1-1~stretch from Debian stable.
I found this: https://www.dovecot.org/list/dovecot/2013-July/091648.html
So the bug came back...
The Log is attached
Thanks
Jakob
-------------- next part --------------
Sep 11 19:18:37 mymail dovecot[29916]: