similar to: Released Pigeonhole v0.4.22 for Dovecot v2.2.34.

Displaying 20 results from an estimated 1000 matches similar to: "Released Pigeonhole v0.4.22 for Dovecot v2.2.34."

2009 Dec 29
2
Pigeonhole Sieve IMAP flag question
Hello, Here is a small script that I've been running to test a problem I've been seeing. Shouldn't this result in the mail being delivered to the inbox as a new message (ie. without the \Seen flag)? require "imap4flags"; addflag "\\Seen"; removeflag "\\Seen"; Every message gets delivered to the inbox as though it's already been
2017 Jan 13
0
Sieve removeflag Action
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 13 Jan 2017, Thomas Leuxner wrote: > I recently noticed that some of my automatically processed mails do no longer show flags with current Dovecot builds. This used to work before, not sure what broke it or whether I used it in the wrong way. When the removeflag line is dropped *both* messages get flagged in the client, one in INBOX and one
2017 Jan 13
0
Sieve removeflag Action
Op 13-1-2017 om 9:15 schreef Thomas Leuxner: > Hi, > > I recently noticed that some of my automatically processed mails do no longer show flags with current Dovecot builds. This used to work before, not sure what broke it or whether I used it in the wrong way. When the removeflag line is dropped *both* messages get flagged in the client, one in INBOX and one in Trash. With removeflag in
2018 Jan 05
1
Released Pigeonhole v0.5.0.1 for Dovecot v2.3.0.
Hello Dovecot users, This is a bugfix release to mend some problems that were found in v0.5.0. The imap4flags bug is actually not first seen in the 0.5.0 release (it is ancient), but I included the fix for it anyway. Changelog v0.5.0.1: - imap4flags extension: Fix binary corruption occurring when setflag/addflag/removeflag flag-list is a variable. - sieve-extprograms plugin: Fix segfault
2018 Jan 05
1
Released Pigeonhole v0.5.0.1 for Dovecot v2.3.0.
Hello Dovecot users, This is a bugfix release to mend some problems that were found in v0.5.0. The imap4flags bug is actually not first seen in the 0.5.0 release (it is ancient), but I included the fix for it anyway. Changelog v0.5.0.1: - imap4flags extension: Fix binary corruption occurring when setflag/addflag/removeflag flag-list is a variable. - sieve-extprograms plugin: Fix segfault
2017 Jan 19
4
Sieve removeflag Action
* Stephan Bosch <stephan at rename-it.nl> 2017.01.19 10:32: > Could you provide a more detailed example? Sure. Personal script v /var/vmail/domains/leuxner.net/tlx/.dovecot.sieve: require ["include","copy","fileinto","imap4flags","vacation"]; include :global "global"; -- Global script referenced v
2017 Feb 17
0
Sieve removeflag Action
Op 19-1-2017 om 10:43 schreef Thomas Leuxner: > * Stephan Bosch <stephan at rename-it.nl> 2017.01.19 10:32: > >> Could you provide a more detailed example? > Sure. Personal script v > > /var/vmail/domains/leuxner.net/tlx/.dovecot.sieve: > > require ["include","copy","fileinto","imap4flags","vacation"]; > include
2017 Jan 13
4
Sieve removeflag Action
Hi, I recently noticed that some of my automatically processed mails do no longer show flags with current Dovecot builds. This used to work before, not sure what broke it or whether I used it in the wrong way. When the removeflag line is dropped *both* messages get flagged in the client, one in INBOX and one in Trash. With removeflag in place, *both* messages are unflagged, the one in INBOX and
2010 Jan 27
0
Seen Flag doesn't work using imapflags
Ronny Reiher wrote: > Hi Stephan, > > many thanks for your great work on Sieve ! > > Since I have upgraded to Sieve v0.1.15 and ManageSieve v0.11.11 the "Seen Flag" doesn't work anymore. With your previous Version it was working fine. Maybe you can give me an hint how to solve this issue ? > > # Sieve Filter > # Erzeugt von Ingo (http://www.horde.org/ingo/)
2009 Jul 20
3
Bug in Dovecot Managesieve or Horde ?
Hello, there is a problem between Dovevot 1.2 Managesieve 0.11.7 and Horde webmail 1.2.2 (possibly also in 1.2.3) in imap4flags $ telnet localhost 2000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. "IMPLEMENTATION" "dovecot" "SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric
2010 Feb 15
1
sieve addflag has stopped working
Dovecot 1.2.10 in Debian, using Dovecot sieve. I have a sieve script, generated by Ingo, that's supposed to mark spam messages as "Seen" and file them into the Junk folder. In part it reads: require ["regex", "body", "imapflags", "fileinto"]; if exists "X-Spam-Flag" { addflag "\\Seen"; fileinto
2018 Mar 01
0
v2.2.34 released
On 02/28/2018 10:20 PM, Timo Sirainen wrote: > + mail_attachment_detection_options setting controls when > $HasAttachment and $HasNoAttachment keywords are set for mails. Is this a new feature? I can't find any documentation about these keywords and configuration. -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail
2018 Mar 01
2
v2.2.34 released
Il 01/03/2018 07:11, A.L.E.C ha scritto: > On 02/28/2018 10:20 PM, Timo Sirainen wrote: >> + mail_attachment_detection_options setting controls when >> $HasAttachment and $HasNoAttachment keywords are set for mails. > Is this a new feature? I can't find any documentation about these keywords and configuration. > Hi, from
2018 Mar 01
0
v2.2.34 released
On 1 Mar 2018, at 11.17, Alessio Cecchi <alessio at skye.it> wrote: > > Il 01/03/2018 07:11, A.L.E.C ha scritto: >> On 02/28/2018 10:20 PM, Timo Sirainen wrote: >>> + mail_attachment_detection_options setting controls when >>> $HasAttachment and $HasNoAttachment keywords are set for mails. >> Is this a new feature? I can't find any documentation
2018 Mar 01
1
v2.2.34 released
On 03/01/2018 10:56 AM, Timo Sirainen wrote: >> NEW FEATURE DOV-1221: >> Attachment indicator >> Mark email attachment presence using $HasAttachment / $HasNoAttachment keywords > > Also added?https://wiki2.dovecot.org/AttachmentIndicator?- need to figure out where it > should be linked from.. Thanks, the feature sounds useful. I created a feature request for Roundcube
2018 Mar 01
0
[ext] v2.2.34 released
* Timo Sirainen <tss at iki.fi>: > https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig Currently, I'm not getting any updates for prebuilt packages (I'm on Ubuntu Xenial 16.04.4) - I'm stuck on 2.2.22: ii dovecot-core 1:2.2.22-1ubuntu2.6 amd64 secure POP3/IMAP server - core files ii dovecot-imapd
2018 Mar 01
1
[ext] v2.2.34 released
On 01.03.2018 12:43, Ralf Hildebrandt wrote: > * Timo Sirainen <tss at iki.fi>: >> https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz >> https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig > Currently, I'm not getting any updates for prebuilt packages (I'm on > Ubuntu Xenial 16.04.4) - I'm stuck on 2.2.22: > > ii dovecot-core
2018 Feb 28
5
v2.2.34 released
https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig * CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage, causing imap-login/pop3-login VSZ limit to be reached and the process restarted. This happens only if Dovecot config has local_name { } or local { } configuration blocks and attacker uses
2018 Feb 28
5
v2.2.34 released
https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz https://dovecot.org/releases/2.2/dovecot-2.2.34.tar.gz.sig * CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage, causing imap-login/pop3-login VSZ limit to be reached and the process restarted. This happens only if Dovecot config has local_name { } or local { } configuration blocks and attacker uses
2000 Apr 29
0
fix to lib/talloc.c
I added little changes to lib/talloc.c. With this patch, 1) calling malloc() within talloc.c will become 1/2( well, at least, nearly half ). 2) If you are using glibc2's malloc, then entire talloced space will be returned to system at talloc_destroy() time. # Original code has chance of keeping space for # 'struct talloc_chunk'. --- ./source/lib/talloc.c 2000/04/28