Displaying 20 results from an estimated 33412 matches for "seens".
Did you mean:
seems
2005 Aug 01
1
Dovecot 1.0-test77 endless loop hang
Client: Bynari Insight Connector 3.0.5. (http://www.bynari.net/)
This is an IMAP-based plugin for Outlook that can also store Outlook
collaboration objects (calendar, tasks, notes, etc.) in IMAP messages on the
server side. It does not require special server extensions, and it was
actually (mostly) working with 1.0-stable.
Below is a rawlog dump showing what is going back and forth. After
2007 Dec 01
1
Received Date vs Date Header
I am trying to figure out why my mail clients are not correctly showing
me the received date versus the date header date. I am using Dovecot
1.1B9. Here is a copy of the rawlog from Dovecot when I started up the
client. Is Dovecot supposed to be sending the received date and the
date header during this conversation?
* OK [RAWLOG TIMESTAMP] 2007-11-30 16:48:31
* NAMESPACE ((""
2008 Nov 13
0
[LLVMdev] 'struct' now seen using 'class'
Hi,
I'm new to Clang / LLVM, and trying to build so that it will run
natively on Windows.
Used the CMake approach (thanks to whoever created the configs for
this). Had to comment out "DbgInfoRemover.cpp" in one of the make files
(didn't spend time to figure out why), following which CMake produced a
nice working Visual Studio 2008 solution file. I opened this up in VS
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 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
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 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 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
2008 Aug 02
4
RE SHAPE package question.
Hi there,
I am trying to reorganized my data sets so that it is easy for MARK to read
it.
Basically I have the encounter histories of 1837 butterflies
The data looks like this the first 4 columns are the occasions and the last
two code for male and female
> t1 t2 t3 t4 M F
> 1 0 0 0 1 0 male capture on time1 but not seen on time 2, 3
> and 4
> 1 0 0 0
2018 Dec 04
2
set seen flag and junk moving a mail manually to JUNK
Hi Ralph!
This is, what calls the correct sive-filter rules. I have that already
in use.
But the file
file:/etc/dovecot/sievepipe/report-spam
contains my sieve-script from my first posting.
So, the difference from setflag to addflag is, setflag sets the flags,
and only the given flags (removing all other flags), and addflag adds a
flag to the existing flags...
I fiddled around a little...
The
2016 Nov 04
2
How does one mark all messages as read (imap4flag "seen") with sieve?
Hello!
I had hoped that marking all messages that arrive to a specific mailbox
as read/seen would be as simple as applying the following sieve script
to all incoming mail for that mailbox user:
########################
require ["imap4flags"];
addflag "\\Seen";
########################
With this script in-place, mail does not appear to be marked as
read/seen. It arrives as it
2015 May 04
5
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
Am 04.05.2015 um 21:04 schrieb Santiago Vila:
> Greetings.
>
> Thanks to Jelmer Vernooij, who has just uploaded version 2.2.16 for
> Debian unstable, I can confirm that this bug may still be reproduced
> in version 2.2.16, so it has *not* been fixed yet.
>
> Several months ago I was told "I can't reproduce it in dovecot hg", or
> something like that. Well,
2006 Dec 06
2
Changing the Seen Flags
Hi ,
Can we change the setting on dovecot so that the Seen mail flag S should
be saved
where everybody can see that and not in the dovecot.index file
As we are facing problems with public folder read/unread mails.
Any help is appreciated
Thanks,
Amardeep
2008 Jun 27
3
Keeping \Seen flag private
Hi all,
I wanna to set up shared folders for a couple of users and I'd like that
everyone could keep the \Seen flag as private. So if user #1 reads some
messages and user #2 not, those messages appear as "unseen" to #2 and "seen"
to #1.
I've implemented shared folders using namespaces with every user having their
own "control" and "private"
2018 Dec 06
1
BUG: sieve does not set seen-Flag
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 5 Dec 2018, Jakobus Sch?rz wrote:
> Am 05.12.18 um 22:19 schrieb Ralph Seichter:
>> * Jakobus Sch?rz:
>>
>>> Does it matter, if the keyword-files do not match?
I think it does not matter.
>>> 6 Seen
>> This does not look right to me. AFAIK, "Seen" should not appear in this
>> list,
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
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 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 Dec 05
4
BUG: sieve does not set seen-Flag
* Jakobus Sch?rz:
> 1543935543.M447415P13997.mymail,S=726,W=748:2,Sa
>
> Then i move this email to another IMAP-Folder, and then there is the
> filename
>
> 1543935543.M447415P13997.mymail,S=726,W=748:2,
>
> As expected, the seen-flag disappeared... the same as thunderbird
> shows.
And what about the "dovecot-keywords" files in both folders? Do they
match?
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