Re: sieve: store string list in varable

2016-02-16 Thread Stephan Bosch
Op 2/15/2016 om 2:08 PM schreef whats...@gmx.net: >> This is one of those omissions in the Sieve standard. There is no way >> to have string list variables. > ok. I want to check if the sender of a mail is in a list and then > forward the mail to the list. Is there an alternative way without > repe

Re: sieve: store string list in varable

2016-02-16 Thread whats_up
> This is one of those omissions in the Sieve standard. There is no way > to have string list variables. ok. I want to check if the sender of a mail is in a list and then forward the mail to the list. Is there an alternative way without repeating the list?

Re: sieve: store string list in varable

2016-02-12 Thread Stephan Bosch
Op 12-2-2016 om 13:56 schreef whats...@gmx.net: Hi, I'm working on a Sieve script and want to store a list of addresses in a variable to easily access the list multiple times later. For example I want to transform this: if address :is "from" ["daffy.d...@example.com", "porky@exam

sieve: store string list in varable

2016-02-12 Thread whats_up
Hi, I'm working on a Sieve script and want to store a list of addresses in a variable to easily access the list multiple times later. For example I want to transform this: if address :is "from" ["daffy.d...@example.com", "porky@example.com", "speedy.gonza...@example.com"] { fileint