Andreas,

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


-----Original Message-----
From: users-boun...@lists.roundcube.net <users-boun...@lists.roundcube.net>
On Behalf Of Andreas Meyer
Sent: 21 de junho de 2018 12:18
To: users@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 "a.me...@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 "a.me...@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
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to