Displaying 9 results from an estimated 9 matches for "imapsieve_expunge_discard".
Did you mean:
imapsieve_expunge_discarded
2020 May 22
3
What causes mails to get striked-over only, and not deleted?
I have tried with this sieve config:
imapsieve_mailbox1_name = Sent
imapsieve_mailbox1_causes = COPY APPEND
imapsieve_mailbox1_after = file:/etc/dovecot/sieve/sent.sieve
and this sieve file (sent.sieve):
discard;
This should clearly cause the mail to be deleted right?
But whats happen, is that the mail is not deleted, its just marked for
deletion (gets a strike-through in Microsoft
2019 Feb 05
0
Dovecot v2.2.36.1 released (Pigeonhole 0.4.24.1)
...,
Here is the associated release for Pigeonhole:
https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz
https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz.sig
Binary packages included in https://repo.dovecot.org/
+ imapsieve: Added imapsieve_expunge_discarded setting which causes
discarded messages to be expunged immediately.
- Sieve scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context that
modify the message, store the message a second time, rather than
replacing the originally stored unmodified message.
- imapsiev...
2019 Mar 05
0
Pigeonhole v0.5.5 released
...eonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.5.tar.gz.sig
(Please note that the signing key has been changed for 0.5.5, see https://pigeonhole.dovecot.org/download.html for details.)
You can find precompiled binaries at
https://repo.dovecot.org/
NEWS:
+ IMAPSieve: Add new plugin/imapsieve_expunge_discarded setting which causes messages discarded by an IMAPSieve script to be expunged immediately, rather than only being marked as "\Deleted" (which is still the default behavior).
- IMAPSieve: Fix panic crash occurring when a COPY command copies
messages from a virtual mailbox where the sourc...
2019 Feb 05
0
Dovecot v2.2.36.1 released (Pigeonhole 0.4.24.1)
...,
Here is the associated release for Pigeonhole:
https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz
https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz.sig
Binary packages included in https://repo.dovecot.org/
+ imapsieve: Added imapsieve_expunge_discarded setting which causes
discarded messages to be expunged immediately.
- Sieve scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context that
modify the message, store the message a second time, rather than
replacing the originally stored unmodified message.
- imapsiev...
2019 Mar 05
0
Pigeonhole v0.5.5 released
...eonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-0.5.5.tar.gz.sig
(Please note that the signing key has been changed for 0.5.5, see https://pigeonhole.dovecot.org/download.html for details.)
You can find precompiled binaries at
https://repo.dovecot.org/
NEWS:
+ IMAPSieve: Add new plugin/imapsieve_expunge_discarded setting which causes messages discarded by an IMAPSieve script to be expunged immediately, rather than only being marked as "\Deleted" (which is still the default behavior).
- IMAPSieve: Fix panic crash occurring when a COPY command copies
messages from a virtual mailbox where the sourc...
2020 May 22
0
What causes mails to get striked-over only, and not deleted?
...> deletion (gets a strike-through in Microsoft Outlook).
That means the message has had its "\Deleted" flag set, which is what
the discard command does:
https://tools.ietf.org/html/rfc6785#section-3.5
But the mailbox has not been "expunged". You probably want to set
"imapsieve_expunge_discarded=yes"; see:
https://github.com/dovecot/pigeonhole/blob/master/doc/plugins/imapsieve.txt#L125
--
Robert L Mathews, Tiger Technologies, http://www.tigertech.net/
2019 Feb 05
1
Dovecot v2.2.36.1 released (Pigeonhole 0.4.24.1)
...ease for Pigeonhole:
>
> https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz
> https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.24.1.tar.gz.sig
> Binary packages included in https://repo.dovecot.org/
>
> + imapsieve: Added imapsieve_expunge_discarded setting which causes
> discarded messages to be expunged immediately.
> - Sieve scripts running in IMAPSIEVE or IMAP FILTER=SIEVE context
> that
> modify the message, store the message a second time, rather than
> replacing the originally stored unmodified me...
2019 Feb 05
8
Dovecot v2.2.36.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz.sig
??? * CVE-2019-3814: If imap/pop3/managesieve/submission client has
??? ? trusted certificate with missing username field
??? ? (ssl_cert_username_field), under some configurations Dovecot
??? ? mistakenly trusts the username provided via authentication instead
??? ? of failing.
2019 Feb 05
8
Dovecot v2.2.36.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz.sig
??? * CVE-2019-3814: If imap/pop3/managesieve/submission client has
??? ? trusted certificate with missing username field
??? ? (ssl_cert_username_field), under some configurations Dovecot
??? ? mistakenly trusts the username provided via authentication instead
??? ? of failing.