[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IMAP and Sieve



On Tue, Nov 15, 2005 at 07:38:26PM +0000, Caleb Walker wrote:
> I have this script:
> 
> header :contains "List-Id" "debian-user.lists.debian.org"
> {
> fileinto "INBOX.Storage.Debian-User";
> stop;
> }
> 
> which does not work.

Maybe you just pasted it incorrectly, but you would need to put 'if '
in front of the first line.  Otherwise it looks correct, but I am no
expert.

And you may need to have the following line at the start of your file.
At least it doesn't hurt to have it:

require "fileinto";

-- 
Maurits van Rees | http://maurits.vanrees.org/ [Dutch/Nederlands] 
Public GnuPG key:  http://maurits.vanrees.org/var/gpgkey.asc
"Make no little plans; they have no magic to stir men's blood and
probably in themselves will not be realized. Make big plans."
---Daniel Hudson Burnham.

Attachment: signature.asc
Description: Digital signature


Reply to: