Displaying 2 results from an estimated 2 matches for "thocar".
Did you mean:
thoar
2012 Nov 07
1
Newbie question : selecting subset of a Matrix
I have a matrix, I would like to use it like I use where query on an SQL table
Let's say my matrix is
> wok
who task
1 joe task1
2 joe task2
3 joe task3
4 jack task1
5 jack task2
I want to extract a matrix that contains only rows where
who = "joe" and task != "task2"
The result would be the following matrix
1 joe task1
2 joe task3
How can I do
2017 Jan 21
2
Is it possible to use sieve when delivering via pipe to the dovecot deliver command ?
Hello,
I am using Exim with this delivery configuration:
virtual_delivery:
driver = pipe
command = /usr/lib/dovecot/deliver -d $local_part@$domain -f
...
I have enabled manage-sieve and uploaded a simple sieve script that I
can see on the server.
man page of /usr/lib/dovecot/deliver says it supports sieve.
Mail debug is enabled:
$ dovecot -n | grep debug
mail_debug = yes
Delivering a