Displaying 20 results from an estimated 10000 matches similar to: "Sieve filter script EXECUTION FAILED"
2020 Oct 30
1
Sieve filter script EXECUTION FAILED
On 30 Oct 2020, at 12:34, @lbutlr <kremels at kreme.com> wrote:
> I am not sure about the $1. I think filter just pipes the message (or part of the message.
>
> I will see what happens without the echo I suppose.
>
> Nope, still the same.
>
> 32: starting `:contains' match with `i;ascii-casemap' comparator:
> 32: matching value `<!DOCTYPE
2020 Oct 30
0
Sieve filter script EXECUTION FAILED
On 30 Oct 2020, at 11:57, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> But I think the sed here is missing 's' from start, so this does not actually do anything...
Copy/paste/edit error. The s is there in the file.
darkmode.sh:
#!/bin/sh
echo $1 | sed -e 's|</head>|<style>* {color:white !important; background-color: black !important; }
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 ...
2020 Oct 22
0
Sieve_before
> On Oct 22, 2020, at 12:19, @lbutlr <kremels at kreme.com> wrote:
>
> On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
>> require ["variables", "copy"];
>>
>> if address :matches ["To", "Cc"] ["*@*."] {
>> redirect :copy "backup+295.${1}.${2}@*example.com*";
>> }
>
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 15:10, Sean Kamath <kamath at moltingpenguin.com> wrote:
> On Oct 22, 2020, at 12:19, @lbutlr <kremels at kreme.com> wrote:
>> On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
>>> if address :matches ["To", "Cc"] ["*@*."] {
>> if envelope :matches :detail "to" "*" {
2020 Oct 22
0
Sieve_before
On 22 Oct 2020, at 09:35, @lbutlr <kremels at kreme.com> wrote:
> Is there a way to force the default and sieve_before scripts to log to syslog?
OK, the "top level" sieves are also logged to the users trace files along with the user's sieve files, if any. So, I am getting this:
3: address test
3: starting `:matches' match with `i;ascii-casemap' comparator:
2020 Oct 22
2
Sieve_before
On 22 Oct 2020, at 10:05, @lbutlr <kremels at kreme.com> wrote:
> require ["variables", "copy"];
>
> if address :matches ["To", "Cc"] ["*@*."] {
> redirect :copy "backup+295.${1}.${2}@*example.com*";
> }
I have tried this with similar results:
require ["copy", "variables",
2020 Sep 29
0
Re-sieve emails
On 29 Sep 2020, at 02:58, @lbutlr <kremels at kreme.com> wrote:
> On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>>> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote:
>>> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing?
>
>> You can use imap
2020 Oct 30
6
Sieve filter script EXECUTION FAILED
So, I have the sieve working up to the point that it calls the script, and the script is called (I get different errors if the script is not there, for example).
filter action
execute program `darkmode.sh'
[[EXECUTION ABORTED]]
There's no other error logged (for example, when I had sieve_filter_bin_dir miss-set, I would get:
sieve: action filter: failed to execute program
2020 Sep 29
2
Re-sieve emails
On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote:
>> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing?
> You can use imap sieve refilter. https://doc.dovecot.org/configuration_manual/sieve/plugins/imapfilter_sieve/
2020 Jul 19
1
Sieve and handling multiple addresses
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 19/07/2020 15:49 @lbutlr <<a href="mailto:kremels@kreme.com">kremels@kreme.com</a>> wrote:
</div>
<div>
<br>
2020 Oct 30
0
Sieve filter script EXECUTION FAILED
On 10/30/20 10:11 AM, @lbutlr wrote:
> So, I have the sieve working up to the point that it calls the script, and the script is called (I get different errors if the script is not there, for example).
>
> filter action
> execute program `darkmode.sh'
> [[EXECUTION ABORTED]]
>
> There's no other error logged (for example, when I had sieve_filter_bin_dir
2018 Feb 13
2
Setting up sieve with spam learning
Make sure you sievec the sieve global scripts.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 2/12/18, 8:41 PM, "dovecot on behalf of @lbutlr" <dovecot-bounces at dovecot.org on behalf of kremels at kreme.com> wrote:
On 2018-02-12
2020 Oct 22
2
Sieve_before
On 21 Oct 2020, at 14:10, @lbutlr <kremels at kreme.com> wrote:
> I have trace logs enabled for user scripts, but I think only error get logged for upper level, and only along the lines of "could not compile <name of sieve>".
Any ideas?
Is there a way to force the default and sieve_before scripts to log to syslog?
--
The real world was far too real to leave neat little
2020 Apr 02
0
Sieve with links?
> On 2 Apr 2020, at 14.02, @lbutlr <kremels at kreme.com> wrote:
>
> On 02 Apr 2020, at 03:48, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>> On 2.4.2020 11.07, @lbutlr wrote:
>>> Is there any reason that a .active_sieve file would not load because it is a symbolic link? The target of the link is readable by the mail user, but instead of getting the trace
2019 Jun 19
0
User listing returned failure with -A
On 19.6.2019 5.44, @lbutlr via dovecot wrote:
> First, I archive the old messages in the INBOX on my list account
>
> # doveadm -Dv move -u kremels at kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm
> Debug:
2020 Oct 23
3
Sieve_before
> On Oct 22, 2020, at 15:58, @lbutlr <kremels at kreme.com> wrote:
>
> On 22 Oct 2020, at 15:46, @lbutlr <kremels at kreme.com> wrote:
>> And it doesn't explain why "if address :matches ["To", "Cc"] ["*@*."] {" also failed to match despite also showing the email address.
>>
>>> ?kremels at kreme.com? does not
2016 Jun 17
3
Mail dates
On Jun 15, 2016, at 10:46 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
> On 6/15/2016 12:30 PM, @lbutlr <kremels at kreme.com> wrote:
>> On Jun 15, 2016, at 9:44 AM, Tanstaafl <tanstaafl at libertytrek.org> wrote:
>>> On 6/14/2016 6:50 PM, @lbutlr <kremels at kreme.com> wrote:
>>>> Where exactly does dovecot get the date that it reports
2018 Feb 13
0
Setting up sieve with spam learning
On 2018-02-12 (19:24 MST), @lbutlr <kremels at kreme.com> wrote:
>
> Cribbing from the dovecot site I recently added the following lines to my dovecot.conf:
>
> managesieve_notify_capability = mailto
> managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables
2020 Oct 23
0
Sieve_before
> On 22 Oct 2020, at 18:22, Sean Kamath <kamath at moltingpenguin.com> wrote:
>
>
>
>> On Oct 22, 2020, at 15:58, @lbutlr <kremels at kreme.com> wrote:
>>
>> On 22 Oct 2020, at 15:46, @lbutlr <kremels at kreme.com> wrote:
>>> And it doesn't explain why "if address :matches ["To", "Cc"] ["*@*."]