Discussion:
[RCU] Problem with sieve-filter
Andreas Meyer
2018-06-21 11:18:14 UTC
Permalink
Hello!

I have a problem to get a sieve-filter working.

The following works perfectly:

require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 3 :addresses "***@nimmini.de" :subject "absent" "Ich bin nicht da.";
}

Whereas the following does not:

require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 3 :addresses "***@bitcorner.de" :subject "absent" "Ich bin nicht da.";
}

Can someone help? I don't get it right.

Kind regards

Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Jorge Bastos
2018-06-21 12:23:50 UTC
Permalink
Andreas,

It'll only reply if the email was sent to the address you defined in the
script.
If ***@bitcorner.de is something you receive in your account
(***@nimmini.de) it'll not reply


-----Original Message-----
From: users-***@lists.roundcube.net <users-***@lists.roundcube.net>
On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 12:18
To: ***@lists.roundcube.net
Subject: [RCU] Problem with sieve-filter

Hello!

I have a problem to get a sieve-filter working.

The following works perfectly:

require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 3 :addresses "***@nimmini.de" :subject "absent"
"Ich bin nicht da."; }

Whereas the following does not:

require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 3 :addresses "***@bitcorner.de" :subject "absent"
"Ich bin nicht da."; }

Can someone help? I don't get it right.

Kind regards

Andreas

--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Andreas Meyer
2018-06-21 12:55:05 UTC
Permalink
Hello!

I don't understand it. My examples show two different domains on the same server with
specified sievescripts. On one domain it works, on the other it does not.

Is there a documentation in Roundcube where I can read what the different
options mean and which are necessary

Kind regards

Andreas
Post by Jorge Bastos
Andreas,
It'll only reply if the email was sent to the address you defined in the
script.
-----Original Message-----
On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 12:18
Subject: [RCU] Problem with sieve-filter
Hello!
I have a problem to get a sieve-filter working.
require ["vacation"];
# rule:[Out of office]
if true
{
"Ich bin nicht da."; }
require ["vacation"];
# rule:[Out of office]
if true
{
"Ich bin nicht da."; }
Can someone help? I don't get it right.
Kind regards
Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Jeanne Anderson
2018-06-21 13:37:40 UTC
Permalink
unsubscribe

Andreas Meyer
2018-06-21 12:58:13 UTC
Permalink
Hello!

This what I get with sieve-test:

# sieve-test -Tdebug ./managesieve.sieve ./testfile

Performed actions:

* send vacation message:
=> seconds : 86400
=> subject : Nicht im BÃŒro
=> handle : Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird beantwortet, sobald ich wieder zurÃŒck bin.Nicht im BÃŒro<default-from><NO-MIME>

START MESSAGE
Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird beantwortet, sobald ich wieder zurÃŒck bin.
END MESSAGE

Implicit keep:

* store message in folder: INBOX

sieve-test(andreas): Info: final result: success

But it does not work out of Roundcube.

Kind regards

Andreas
Post by Jorge Bastos
Andreas,
It'll only reply if the email was sent to the address you defined in the
script.
-----Original Message-----
On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 12:18
Subject: [RCU] Problem with sieve-filter
Hello!
I have a problem to get a sieve-filter working.
require ["vacation"];
# rule:[Out of office]
if true
{
"Ich bin nicht da."; }
require ["vacation"];
# rule:[Out of office]
if true
{
"Ich bin nicht da."; }
Can someone help? I don't get it right.
Kind regards
Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Andreas Meyer
2018-06-21 13:34:55 UTC
Permalink
Hello!

Yes, i think this is clear to me. The dovecot server runs a sieve-script for a user of
nimmini.de just fine, but not for a user of bitcorner.de

I'm helpless, tried different settings with no luck.

On both servers, Roundcube 1.3.3 is running with managesieve 8.7

Andreas
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
* there can be only one active seive-script per user
* sieve has nothing to do with roundcube directly
* it's done on the server due receive
* "But it does not work out of Roundcube" makes not much sense
Post by Andreas Meyer
Hello!
# sieve-test -Tdebug ./managesieve.sieve ./testfile
* send vacation message: => seconds : 86400 => subject : Nicht im
BÃŒro => handle : Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird
beantwortet, sobald ich wieder zurÃŒck bin.Nicht im
BÃŒro<default-from><NO-MIME>
START MESSAGE Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird
beantwortet, sobald ich wieder zurÃŒck bin. END MESSAGE
* store message in folder: INBOX
sieve-test(andreas): Info: final result: success
But it does not work out of Roundcube.
Post by Jorge Bastos
Andreas,
It'll only reply if the email was sent to the address you defined
Subject: [RCU] Problem with sieve-filter
Hello!
I have a problem to get a sieve-filter working.
require ["vacation"]; # rule:[Out of office] if true { vacation
bin nicht da."; }
require ["vacation"]; # rule:[Out of office] if true { vacation
bin nicht da."; }
Can someone help? I don't get it right
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEnStGzbwUCjZ1OuTXMxdNWliSt7gFAlsrooQACgkQMxdNWliS
t7iWaAv6AouCArnBzYEtw/i3Pgzu3MdWCs2d6hB8OZBKPujgkxp9Q+iylpe3Y4nT
Nh1T9Gy4s34F02ZZ7V8OE6jEXDF0vxXzsCrs3vHSlun1u5kEId2lV7sWhrp0VMwD
f/killCiyMuEPWDwov0zhzWSDt4ixewyGSFw8WqcKmCim1Pgzco9Ai/IDHxqkknX
YtQmRtvm8tu0zD+EJYN8dpY/dzc95MGV0zysAC3mCBodchIT9nzTCTk9ADZ/J2kk
gBkF+/xEBJKkPHSfMzt4lpbx89JGueLmn/KakvnCY6dnswm+e9eXbu0OsIXPhG6Y
icxz2rqeHCBn/clzr+heBqI19fWYhIEcMFz8Yv2R77AVa9hr0UictSv6+M9XEc3N
CyHx4TpH1MON42ZAnRBZLl/KHcyvYsGO2DkcPgpjpiXfNFTnaEY7aXAd1LN4msoG
qnT/IDYDbXmkzYYLMGz+i4ST2k3GNTe/Wtobidl9pu0OBKK04T+WIe2iqka9K8T5
WGUX6YZu
=NDR+
-----END PGP SIGNATURE-----
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Jorge Bastos
2018-06-21 13:37:17 UTC
Permalink
It's not roundcube that processes the script...


-----Original Message-----
From: users-***@lists.roundcube.net <users-***@lists.roundcube.net> On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 14:35
To: Roundcube Users mailing list <***@lists.roundcube.net>
Subject: Re: [RCU] Problem with sieve-filter

Hello!

Yes, i think this is clear to me. The dovecot server runs a sieve-script for a user of nimmini.de just fine, but not for a user of bitcorner.de

I'm helpless, tried different settings with no luck.

On both servers, Roundcube 1.3.3 is running with managesieve 8.7

Andreas
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
* there can be only one active seive-script per user
* sieve has nothing to do with roundcube directly
* it's done on the server due receive
* "But it does not work out of Roundcube" makes not much sense
Post by Andreas Meyer
Hello!
# sieve-test -Tdebug ./managesieve.sieve ./testfile
* send vacation message: => seconds : 86400 => subject : Nicht im
Büro => handle : Bin bis zum 25.06.2018 nicht im Büro. Email wird
beantwortet, sobald ich wieder zurück bin.Nicht im
Büro<default-from><NO-MIME>
START MESSAGE Bin bis zum 25.06.2018 nicht im Büro. Email wird
beantwortet, sobald ich wieder zurück bin. END MESSAGE
* store message in folder: INBOX
sieve-test(andreas): Info: final result: success
But it does not work out of Roundcube.
Post by Jorge Bastos
Andreas,
It'll only reply if the email was sent to the address you defined
Subject: [RCU] Problem with sieve-filter
Hello!
I have a problem to get a sieve-filter working.
require ["vacation"]; # rule:[Out of office] if true { vacation
nicht da."; }
require ["vacation"]; # rule:[Out of office] if true { vacation
bin nicht da."; }
Can someone help? I don't get it right
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEnStGzbwUCjZ1OuTXMxdNWliSt7gFAlsrooQACgkQMxdNWliS
t7iWaAv6AouCArnBzYEtw/i3Pgzu3MdWCs2d6hB8OZBKPujgkxp9Q+iylpe3Y4nT
Nh1T9Gy4s34F02ZZ7V8OE6jEXDF0vxXzsCrs3vHSlun1u5kEId2lV7sWhrp0VMwD
f/killCiyMuEPWDwov0zhzWSDt4ixewyGSFw8WqcKmCim1Pgzco9Ai/IDHxqkknX
YtQmRtvm8tu0zD+EJYN8dpY/dzc95MGV0zysAC3mCBodchIT9nzTCTk9ADZ/J2kk
gBkF+/xEBJKkPHSfMzt4lpbx89JGueLmn/KakvnCY6dnswm+e9eXbu0OsIXPhG6Y
icxz2rqeHCBn/clzr+heBqI19fWYhIEcMFz8Yv2R77AVa9hr0UictSv6+M9XEc3N
CyHx4TpH1MON42ZAnRBZLl/KHcyvYsGO2DkcPgpjpiXfNFTnaEY7aXAd1LN4msoG
qnT/IDYDbXmkzYYLMGz+i4ST2k3GNTe/Wtobidl9pu0OBKK04T+WIe2iqka9K8T5
WGUX6YZu
=NDR+
-----END PGP SIGNATURE-----
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Andreas Meyer
2018-06-21 14:39:06 UTC
Permalink
Yes, I understand so far. I'll ask for help on dovecot's mailinglist.

Thank you!

Andreas
Post by Jorge Bastos
It's not roundcube that processes the script...
-----Original Message-----
Sent: 21 de junho de 2018 14:35
Subject: Re: [RCU] Problem with sieve-filter
Hello!
Yes, i think this is clear to me. The dovecot server runs a sieve-script for a user of nimmini.de just fine, but not for a user of bitcorner.de
I'm helpless, tried different settings with no luck.
On both servers, Roundcube 1.3.3 is running with managesieve 8.7
Andreas
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
* there can be only one active seive-script per user
* sieve has nothing to do with roundcube directly
* it's done on the server due receive
* "But it does not work out of Roundcube" makes not much sense
Post by Andreas Meyer
Hello!
# sieve-test -Tdebug ./managesieve.sieve ./testfile
* send vacation message: => seconds : 86400 => subject : Nicht im
BÃŒro => handle : Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird
beantwortet, sobald ich wieder zurÃŒck bin.Nicht im
BÃŒro<default-from><NO-MIME>
START MESSAGE Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird
beantwortet, sobald ich wieder zurÃŒck bin. END MESSAGE
* store message in folder: INBOX
sieve-test(andreas): Info: final result: success
But it does not work out of Roundcube.
Post by Jorge Bastos
Andreas,
It'll only reply if the email was sent to the address you defined
Subject: [RCU] Problem with sieve-filter
Hello!
I have a problem to get a sieve-filter working.
require ["vacation"]; # rule:[Out of office] if true { vacation
nicht da."; }
require ["vacation"]; # rule:[Out of office] if true { vacation
bin nicht da."; }
Can someone help? I don't get it right
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEnStGzbwUCjZ1OuTXMxdNWliSt7gFAlsrooQACgkQMxdNWliS
t7iWaAv6AouCArnBzYEtw/i3Pgzu3MdWCs2d6hB8OZBKPujgkxp9Q+iylpe3Y4nT
Nh1T9Gy4s34F02ZZ7V8OE6jEXDF0vxXzsCrs3vHSlun1u5kEId2lV7sWhrp0VMwD
f/killCiyMuEPWDwov0zhzWSDt4ixewyGSFw8WqcKmCim1Pgzco9Ai/IDHxqkknX
YtQmRtvm8tu0zD+EJYN8dpY/dzc95MGV0zysAC3mCBodchIT9nzTCTk9ADZ/J2kk
gBkF+/xEBJKkPHSfMzt4lpbx89JGueLmn/KakvnCY6dnswm+e9eXbu0OsIXPhG6Y
icxz2rqeHCBn/clzr+heBqI19fWYhIEcMFz8Yv2R77AVa9hr0UictSv6+M9XEc3N
CyHx4TpH1MON42ZAnRBZLl/KHcyvYsGO2DkcPgpjpiXfNFTnaEY7aXAd1LN4msoG
qnT/IDYDbXmkzYYLMGz+i4ST2k3GNTe/Wtobidl9pu0OBKK04T+WIe2iqka9K8T5
WGUX6YZu
=NDR+
-----END PGP SIGNATURE-----
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
_______________________________________________
Roundcube Users mailing list
http://lists.roundcube.net/mailman/listinfo/users
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
sws001
2018-06-22 08:33:25 UTC
Permalink
1. Look at the dovecot sieve logs. 2. Remember about days option. If example this option have value 1, autoresponder on this account send message only one time per day to specified e-mail address. The info about it you will find in the dovecot sieve log.




Dnia 21 czerwca 2018 16:45 Andreas Meyer &lt;***@nimmini.de&gt; napisał(a):


Yes, I understand so far. I&#39;ll ask for help on dovecot&#39;s mailinglist.

Thank you!

Andreas

&#34;Jorge Bastos&#34; &lt;***@decimal.pt&gt; schrieb am 21.06.18 um 14:37:17 Uhr:


It&#39;s not roundcube that processes the script...


-----Original Message-----
From: users-***@lists.roundcube. &lt;users-***@lists.roundcube On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 14:35
To: Roundcube Users mailing list &lt;***@lists.roundcube.net&gt;
Subject: Re: [RCU] Problem with sieve-filter

Hello!

Yes, i think this is clear to me. The dovecot server runs a sieve-script for a user of nimmini.de just fine, but not for a user of bitcorner.de

I&#39;m helpless, tried different settings with no luck.

On both servers, Roundcube 1.3.3 is running with managesieve 8.7

 Andreas


Reindl Harald &lt;***@thelounge.net&gt; schrieb am 21.06.18 um 15:05:08 Uhr:

&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt; Hash: SHA256
&gt;
&gt; * there can be only one active seive-script per user
&gt; * sieve has nothing to do with roundcube directly
&gt; * it&#39;s done on the server due receive
&gt; * &#34;But it does not work out of Roundcube&#34; makes not much sense
&gt;
&gt; Am 21.06.2018 um 14:58 schrieb Andreas Meyer:  
&gt; &gt; Hello!
&gt; &gt;
&gt; &gt; This what I get with sieve-test:
&gt; &gt;
&gt; &gt; # sieve-test -Tdebug ./managesieve.sieve ./testfile
&gt; &gt;
&gt; &gt; Performed actions:
&gt; &gt;
&gt; &gt; * send vacation message: =&gt; seconds : 86400 =&gt; subject : Nicht im
&gt; &gt; BÌro =&gt; handle  : Bin bis zum 25.06.2018 nicht im BÌro. Email wird
&gt; &gt; beantwortet, sobald ich wieder zurÃŒck bin.Nicht im
&gt; &gt; BÃŒro&lt;default-from&gt;&lt;NO-MIME&gt;
&gt; &gt;
&gt; &gt; START MESSAGE Bin bis zum 25.06.2018 nicht im BÃŒro. Email wird
&gt; &gt; beantwortet, sobald ich wieder zurÃŒck bin. END MESSAGE
&gt; &gt;
&gt; &gt; Implicit keep:
&gt; &gt;
&gt; &gt; * store message in folder: INBOX
&gt; &gt;
&gt; &gt; sieve-test(andreas): Info: final result: success
&gt; &gt;
&gt; &gt; But it does not work out of Roundcube.    
&gt;   
&gt; &gt; &#34;Jorge Bastos&#34; &lt;***@decimal.pt&gt; schrieb am 21.06.18 um
&gt; &gt; 13:23:50 Uhr:
&gt; &gt;     
&gt; &gt;&gt; Andreas,
&gt; &gt;&gt;
&gt; &gt;&gt; It&#39;ll only reply if the email was sent to the address you defined
&gt; &gt;&gt; in the script. If ***@bitcorner.de is something you receive in
&gt; &gt;&gt; your account (***@nimmini.de) it&#39;ll not reply
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; -----Original Message----- From:
&gt; &gt;&gt; users-***@lists.roundcube.
&gt; &gt;&gt; &lt;users-***@lists.roundcube On Behalf Of Andreas Meyer
&gt; &gt;&gt; Sent: 21 de junho de 2018 12:18 To: ***@lists.roundcube.net
&gt; &gt;&gt; Subject: [RCU] Problem with sieve-filter
&gt; &gt;&gt;
&gt; &gt;&gt; Hello!
&gt; &gt;&gt;
&gt; &gt;&gt; I have a problem to get a sieve-filter working.
&gt; &gt;&gt;
&gt; &gt;&gt; The following works perfectly:
&gt; &gt;&gt;
&gt; &gt;&gt; require [&#34;vacation&#34;]; # rule:[Out of office] if true { vacation
&gt; &gt;&gt; :days 3 :addresses &#34;***@nimmini.de&#34; :subject &#34;absent&#34; &#34;Ich bin
&gt; &gt;&gt; nicht da.&#34;; }
&gt; &gt;&gt;
&gt; &gt;&gt; Whereas the following does not:
&gt; &gt;&gt;
&gt; &gt;&gt; require [&#34;vacation&#34;]; # rule:[Out of office] if true { vacation
&gt; &gt;&gt; :days 3 :addresses &#34;***@bitcorner.de&#34; :subject &#34;absent&#34; &#34;Ich
&gt; &gt;&gt; bin nicht da.&#34;; }
&gt; &gt;&gt;
&gt; &gt;&gt; Can someone help? I don&#39;t get it right  
&gt; -----BEGIN PGP SIGNATURE-----
&gt;
&gt; iQGzBAEBCAAdFiEEnStGzbwUCjZ1Ou
&gt; t7iWaAv6AouCArnBzYEtw/i3Pgzu3M
&gt; Nh1T9Gy4s34F02ZZ7V8OE6jEXDF0vx
&gt; f/killCiyMuEPWDwov0zhzWSDt4ixe
&gt; YtQmRtvm8tu0zD+EJYN8dpY/dzc95M
&gt; gBkF+/xEBJKkPHSfMzt4lpbx89JGue
&gt; icxz2rqeHCBn/clzr+heBqI19fWYhI
&gt; CyHx4TpH1MON42ZAnRBZLl/KHcyvYs
&gt; qnT/IDYDbXmkzYYLMGz+i4ST2k3GNT
&gt; WGUX6YZu
&gt; =NDR+
&gt; -----END PGP SIGNATURE-----  



--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
______________________________
Roundcube Users mailing list
***@lists.roundcube.net
lists.roundcube.net lists.roundcube.net



--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
______________________________
Roundcube Users mailing list
***@lists.roundcube.net
lists.roundcube.net lists.roundcube.net
Loading...