Re: Help with a Sieve script

2006-04-04 Thread Kjetil Torgrim Homme
On Sat, 2006-04-01 at 09:54 -0500, Scott Bronson wrote: > There are two simple Sieve scripts that I would like to write: > > I need to unconditionally save a copy of each incoming message, > organized by the recipient's name. Is it possible to write a global > Sieve script to do something like th

Re: Help with a Sieve script

2006-04-02 Thread NM Public
Sur 2006-04-01, Scott Bronson skribis: There are two simple Sieve scripts that I would like to write: I need to unconditionally save a copy of each incoming message, organized by the recipient's name. Is it possible to write a global Sieve script to do something like this? fileinto :address

Help with a Sieve script

2006-04-01 Thread Scott Bronson
There are two simple Sieve scripts that I would like to write: I need to unconditionally save a copy of each incoming message, organized by the recipient's name. Is it possible to write a global Sieve script to do something like this? fileinto :address :localpart; keep; If not, then wha