search for: rfc5183

Displaying 6 results from an estimated 6 matches for "rfc5183".

2017 Feb 10
2
Replacement for antispam plugin
> On February 10, 2017 at 9:25 AM George Kontostanos <gkontos.mail at gmail.com> wrote: [snip] > I think that this needs some change: > > # From Spam folder to elsewhere > imapsieve_mailbox2_name = * > imapsieve_mailbox2_from = Spam > imapsieve_mailbox2_causes = COPY > imapsieve_mailbox2_before = file:/usr/lib/dovecot/sieve/report-ham.sieve > > When
2017 Feb 10
0
Replacement for antispam plugin
...require "environment"; > if environment "imap.mailbox" "Trash" { > stop; > } This does not work for me, and I don't really expect it to work either. https://tools.ietf.org/html/rfc6785#section-4.4 states: The implementation MUST set the Environment [RFC5183] item "imap.mailbox" to the name of the mailbox that the affected message is in, in the case of existing messages, or is targeted to be stored into, in the case of new messages. The message already exists in the Spam folder, hence imap.mailbox should be "Spam" instead of...
2017 Feb 10
0
Replacement for antispam plugin
...;imap.mailbox" "Trash" { >> > stop; >> > } >> >> This does not work for me, and I don't really expect it to work either. >> https://tools.ietf.org/html/rfc6785#section-4.4 states: >> >> The implementation MUST set the Environment [RFC5183] item >> "imap.mailbox" >> to the name of the mailbox that the affected message is in, in the >> case of existing messages, or is targeted to be stored into, in the >> case of new messages. >> >> The message already exists in the Spam folder, hence i...
2016 Dec 05
0
imapsieve environment variables missing?
...s a bit cumbersome though, since you need to put that in a variable with a statement like: if environment :matches "imap.user" "*" { set "imap_user" "${1}"; }. The standard [1] provides no alternative. Relevant specifications: [1] http://tools.ietf.org/html/rfc5183/ [2] http://tools.ietf.org/html/rfc5229/ [3] https://raw.githubusercontent.com/dovecot/pigeonhole/master/doc/rfc/spec-bosch-sieve-dovecot-environment.txt [4] https://tools.ietf.org/html/rfc6785 Regards, Stephan.
2017 Feb 10
5
Replacement for antispam plugin
...> if environment "imap.mailbox" "Trash" { > > stop; > > } > > This does not work for me, and I don't really expect it to work either. > https://tools.ietf.org/html/rfc6785#section-4.4 states: > > The implementation MUST set the Environment [RFC5183] item "imap.mailbox" > to the name of the mailbox that the affected message is in, in the > case of existing messages, or is targeted to be stored into, in the > case of new messages. > > The message already exists in the Spam folder, hence imap.mailbox should > be &...
2016 Dec 05
2
imapsieve environment variables missing?
On 2016-12-05 07:22, Stephan Bosch wrote: > Op 5-12-2016 om 16:10 schreef MRob: >> On 2016-12-05 06:13, Stephan Bosch wrote: >>> Op 5-12-2016 om 14:32 schreef MRob: >>> >>> Could you show me your full script? I am mainly interested in the >>> require statements involved. >> >> I don't know how I managed to compile only using direct