Re: sieve string variables

2007-10-03 Thread Andrew Morgan
On Wed, 3 Oct 2007, Ken Murchison wrote: > Andrew Morgan wrote: >> I would like to write the following sieve rule: >> >> require ["reject"]; >> reject "The account '${address}' has not been activated."; >> >> Is it possible to use a variable in a string, specifically the email >> address? > > C

Re: sieve string variables

2007-10-03 Thread Ken Murchison
Andrew Morgan wrote: > I would like to write the following sieve rule: > > require ["reject"]; > reject "The account '${address}' has not been activated."; > > Is it possible to use a variable in a string, specifically the email > address? Cyrus Sieve doesn't support the variables extension (ye

sieve string variables

2007-09-27 Thread Andrew Morgan
I would like to write the following sieve rule: require ["reject"]; reject "The account '${address}' has not been activated."; Is it possible to use a variable in a string, specifically the email address? Andy Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cy