Displaying 5 results from an estimated 5 matches for "uff_fornitori".
2017 Jul 04
2
Sieve can't move messages in a public namespace
...p server and a sieve script is executed that shuold move the
>> message in one of the namespaces. This is the script:
>>
>> require "fileinto";
>>
>> if header :contains "From" "example at example.com" {
>> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Inviata";
>> }
>> else {
>> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
>> }
>>
>> The problem is that the sieve script fails with the error:
>>
>> sieve: info: started log at Jun 27 12:42:28.
>>...
2017 Jun 30
4
Sieve can't move messages in a public namespace
...ress, that mail is handled by dovecot lmtp
server and a sieve script is executed that shuold move the message in
one of the namespaces. This is the script:
require "fileinto";
if header :contains "From" "example at example.com" {
fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Inviata";
}
else {
fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
}
The problem is that the sieve script fails with the error:
sieve: info: started log at Jun 27 12:42:28.
error: msgid=<c9154db4-ff68-52a3-2639-11f09f225f68 at fcr.re.it&g...
2017 Nov 30
0
Sieve can't move messages in a public namespace
...f you ever try? Some of you have a working setup?
I attach "dovecot -n" output.
The sieve script is:
require ["fileinto", "envelope", "mailbox"];
if header :contains ["From"] "AN at ADDRESS.com" {
????? fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
}
The error:
error: msgid=<5df93e60-676c-f6bb-68b8-c17fe74934d0 at ADDRESS.com>:
failed to store into mailbox
'Cond-UFF_FORNITORI/CONTABILITA/Ricevuta': Mailbox doesn't exist:
Cond-UFF_FORNITORI/CONTABILITA/Ricevuta
Il 04/07/2017...
2017 Jun 30
0
Sieve can't move messages in a public namespace
...ot lmtp
> server and a sieve script is executed that shuold move the message in
> one of the namespaces. This is the script:
>
> require "fileinto";
>
> if header :contains "From" "example at example.com" {
> fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Inviata";
> }
> else {
> fileinto :create "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
> }
>
> The problem is that the sieve script fails with the error:
>
> sieve: info: started log at Jun 27 12:42:28.
> error: msgid=<c9154d...
2017 Jul 04
0
Sieve can't move messages in a public namespace
...ed by dovecot
> lmtp server and a sieve script is executed that shuold move the
> message in one of the namespaces. This is the script:
>
> require "fileinto";
>
> if header :contains "From" "example at example.com" {
> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Inviata";
> }
> else {
> fileinto "Cond-UFF_FORNITORI/CONTABILITA/Ricevuta";
> }
>
> The problem is that the sieve script fails with the error:
>
> sieve: info: started log at Jun 27 12:42:28.
> error: msgid=<c9154db4-ff68-52a3-...