Displaying 5 results from an estimated 5 matches for "filespam".
Did you mean:
file_spam
2020 Oct 22
0
Sieve_before
...ovecot.org/Pigeonhole/Sieve/Configuration#Executing_Multiple_Scripts_Sequentially
>
> the conditions under which you need to manually pre-compile the scripts specified by sieve_before and sieve_after
As I said, the scripts compile just fine.
8 -rw-r--r-- 1 root wheel 117B Oct 21 12:49 filespam.sieve
8 -rw-r--r-- 1 vmail wheel 256B Oct 21 12:52 filespam.svbin
8 -rw-r--r-- 1 root wheel 137B Oct 21 14:06 bcc.sieve
8 -rw-r--r-- 1 vmail wheel 304B Oct 21 14:10 bcc.svbin
> protocol sieve {
> mail_plugins = $mail_plugins
> mail_max_userip_connections = 10
> man...
2020 Oct 21
2
Sieve_before
On 10/21/20 2:12 PM, @lbutlr wrote:
> Do I HAVE to have a default.sieve, that's the only thing that I can think the has changed in that folder.
RE: compile, fyi note @
https://wiki2.dovecot.org/Pigeonhole/Sieve/Usage#Manually_Compiling_Sieve_Scripts
https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Executing_Multiple_Scripts_Sequentially
the conditions under which you need to
2020 Oct 21
3
Sieve_before
So, this is what I did instead of default_sieve:
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before2 = file:/usr/lib/dovecot/sieve/filespam.sieve
# cat /usr/lib/dovecot/sieve/bcc.sieve
require ["variables", "copy"];
if address :matches ["To", "Cc"] ["*@*."] {
redirect :copy "backup+295.${1}.${2}@. . .";
}
# cat /usr/lib/dovecot/sieve/filespam.sieve
require ["fileint...
2020 Oct 30
1
Sieve filter script EXECUTION FAILED
...e = file:/usr/lib/dovecot/sieve/mark-read.sieve
imapsieve_mailbox3_causes = COPY
imapsieve_mailbox3_name = Archive
quota_rule2 = .EXPUNGED:ignore
sieve = file:~/.sieve;active=~/.active_sieve
sieve_before = file:/usr/lib/dovecot/sieve/bcc.sieve
sieve_before3 = file:/usr/lib/dovecot/sieve/filespam.sieve
sieve_default_name = spamassassin
sieve_duplicate_default_period = 1h
sieve_duplicate_max_period = 12d
sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.environment +vnd.dovecot.filter +editheader
sieve_filter_bin_dir = /usr/lib/dovecot/sieve /usr/local/virtual/
sieve_pipe_bin_dir...
2020 Oct 30
4
Sieve filter script EXECUTION FAILED
> On 30/10/2020 19:25 Bernd Petrovitsch <bernd at petrovitsch.priv.at> wrote:
>
>
> On 30/10/2020 17:11, @lbutlr wrote:
> [...]
> > echo $1 | sed -e '|</head>|<style>* {color:white !important; background-color: black !important; } </style></head>|'
>
> What should the sed stuff do?
> TTBOMK '|' is not known by sed ...