Displaying 20 results from an estimated 70000 matches similar to: "sieve folder separator"
2013 Nov 14
2
Autocreation of sieve filters
Hello,
Is there any way to create a predefined sieve filters during mailbox
autocreation?
What I want is that my user's mailboxes are automatically created
(using mailbox option in namespaces) but I want them to have a
predefined sieve script.
Using a postlogin script could be an idea, but I'd prefer an automatic
one, because postlogin only will filter after first user login
--
2009 Jun 05
2
sieve/dovecot folder separator inconsistency
Hi,
I'm running dovecot 1.0.15 and ran recently into a problem with the
folder separators when using sieve scripts.
The server is set to use a slash as a folder separator for all
namespaces and announces this correctly when issuing the NAMESPACE
command. We are using Ingo (http://www.horde.org/ingo/) of the horde
framework to manage our sieve scripts. It creates the folder name /
folder
2013 Mar 04
4
sieve-filter ignoring separator
It seems like running sieve-filter from the console ignores the separator
setting, thus not letting me filter into folder names containing dots.
Normal delivery using lda handles it just fine, but not when using the
sieve-filter command.
Character not allowed in mailbox name: '.'
Is there anyway to override this or is patching and recompiling the source
my only option?
# dovecot
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
2014 Sep 22
1
[wishlist] testsuite for sieve scripts, libsievetest
Hi,
I'm writing a test suite with Haskell for my sieve script. - Just to learn
Haskell. But it might become something usable.
The test suite calls sieve-test and parses the output. So it would of course
be much simpler for me if the output of sieve-test would be easier to parse
and if I'd know what output to expect.
And it would be nice, if there would be an easy way to embed
2008 Apr 01
1
Confusion of Sieve filter scripts and the file separator. (Amatuer Siever)
Hello,
I have just been playing around with sieve filters to split up all my
incoming mail into the correct directories. I have created some
subdirectories to put mailing list emails in and just want to check if
my thinking is correct. I am using namespaces with the '/' character as
the separator. When creating the fileinto line on my sieve scripts I
thought I would have to use the
2011 Nov 09
4
Bus factor of dovecot / GIT
Hi,
somebody from the kolab groupware project recently explained me that the Bus-
Factor[1] of around 1 would be one of their primary reasons not to use Dovecot
and stick with Cyrus.
What do you think about that? Is the bus factor much higher then 1?
[1] http://en.wikipedia.org/wiki/Bus_factor
Somehow related: Since the free software world[2] slowly converges towards GIT
as the "one and
2020 Feb 18
3
managesieve / sieve - append dot prefix on moving mails into folder
Hello mailinglist-subscribers,
i have an issue with the managesieve / sieve plugin in dovecot.
We use roundcube as webmailer and if i define a new filter to move
incoming mails directly into a subfolder i get the following sieve-code:
require ["fileinto","imap4flags"];
# rule:[mail into folder]
if allof (header :contains "from" "sender at domain.org")
{
2020 Apr 16
2
Bug maybe already resolved? Sieve rule does not accept special use folder names
I do not have the log file anymore from the home dir. It just complains
that the folder Spam does not exist.
dovecot: lmtp(xxxx): oG8YI6enmF7FIAAAI7dPvA: sieve: Execution of script
/xxxx/.dovecot.sieve failed, but implicit keep was successful (user
logfile /xxx/.dovecot.sieve.log may reveal additional details)
-----Original Message-----
From: Stephan Bosch [mailto:stephan at rename-it.nl]
2016 Mar 24
3
sieve: filtering based on default destination/folder
Is it possible to make sieve filter based on default destination/folder?
How to trigger special processing/filtering rules when deliver has been executed as
'deliver -m archive ...' ?
--
A. Filip
2020 Apr 16
2
Bug maybe already resolved? Sieve rule does not accept special use folder names
It is a 'special use' folder, so it only appears to exist in mail
clients.
# spam folders merging
mailbox Junk {
special_use = \Junk
auto = create
}
mailbox Spam {
special_use = \Junk
auto = no
}
mailbox "Junk E-mail" {
special_use = \Junk
auto = no
}
On 16/04/2020 23:19, Marc Roos wrote:
> I do not have the log file anymore from the
2020 Apr 16
2
Bug maybe already resolved? Sieve rule does not accept special use folder names
Sieve rule fileinto Spam fails, while fileinto Junk succeeds
mailbox Spam {
special_use = \Junk
auto = no
}
dovecot-pigeonhole-2.2.36-3.el7_7.1.x86_64
dovecot-2.2.36-3.el7_7.1.x86_64
CentOS Linux release 7.7.1908 (Core
2020 Apr 16
1
Bug maybe already resolved? Sieve rule does not accept special use folder names
Hmmm, confusing, clients should then display the mailbox name redirected
by the server.
If a user in a front end just sees the 'Junk E-mail', that is the name
he is going to be using in his mailbox rules. If he does not know that
this is actually the Junk folder on the server, he will make an
incorrect message rule.
So I guess you have to correct this server side, before storing
2017 Nov 19
2
Sieve coding question
On 11/16/17 11:03 AM, Stephan Bosch wrote:
> Op 11/16/2017 om 7:42 PM schreef lists.dovecot at rogerklorese.com:
>> Is there a more appropriate list on which to ask for assistance in
>> coding Sieve rules, or may I ask here?
> I know of no other suitable venue, so go ahead.
>
> Regards,
>
> Stephan.
Here is the config. I don't think IMAPsieve is configured...
#
2016 Sep 08
2
sieve - find in header
On 08-09-16 20:51, @lbutlr wrote:
> On Tue Sep 06 2016 07:25:38 Hajo Locke <hajo.locke at gmx.de> said
>> How to solve this case and find a string in arbitrary/unknown headerline?
>
> You?ll have to create multiple sieves covering the possible headers.
>
Maybe when you tell what you're trying to achieve, we can give you
better advice.
Almost no one is looking for
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
Using `fileinto` to move a mail into another mailbox removes flags
that have been set with a previous sieve filter with `addflag`.
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.1 ext4
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
mail_debug = yes
mail_location = maildir:/var/vmail/%d/%n
2015 Apr 08
3
sieve plugin editheader not found
Hey folks,
ive already made a bug report in the gentoo bugtracker last year. In the
meantime after some releases the error persists with the current dovecot
and pigeonhole versions.
Please see my bug report at gentoo mailinglist:
https://bugs.gentoo.org/show_bug.cgi?id=522148
Okay, here are some informations:
Steps to Reproduce:
add "editheader" to sieve options or
2015 Nov 30
2
Sieve, shared folders, different daemons
Hi,
In our dovecot setup we use 3 different config files. One for
maildropping(sieve), one for dovecot/imap on standard ports with ssl
config and one for dovecot/imap on standard ports+1 with a different ssl
certificate. Currently the client using the standard port+1 config wants
to make use of shared folders, but the thing is that the current
namespace separator in all configs is '.'.
2019 Oct 01
2
Lost mails with sieve "duplicate" extension in case of failure
Hi!
we just experienced the following issue:
We have a global sieve_before script using the duplicate extension.
require ["duplicate", "imap4flags"];
if duplicate {
discard;
}
Now the storage of our mailbox store got full and lmtp deliveries
started to fail.
This resulted in logs like this:
Sep 25 16:14:56 mail-rc1 dovecot: lmtp(USERNAME): Error:
2018 Mar 05
1
Sieve filter imapflags with "flagvar" not working
tried also with `require "variables"` doesn't seem to work,
the flag is not added at all
On 03/03/2018 09:54 AM, Stephan Bosch wrote:
> Op 3/2/2018 om 6:09 PM schreef Konstantinos Tsakiltzidis:
>> Following the rfc5232, Sieve Email Filtering: Imap4flags Extension
>>
>> the following filter doesn't work when the `"flagvar"` part is added
>>