Re: [Dovecot] Sieve script executed, but nothing happens

2008-04-24 Thread Timo Sirainen
On Fri, 2008-04-18 at 09:21 +0200, Wouter Amsterdam wrote:
> I think I have almost solved my dovecot-deliver lookup problems, but now
> sieve still fails to work. From deliver's logfile I can tell the user's
> homedir is found and the sieve script is executed, but not as expected. My
> sieve testscript is very basic:

How about trying an even more basic script:

require "fileinto";
fileinto "test";

If it delivers the mail to test mailbox, then the if-check is somehow
wrong. If it doesn't, something else is broken..


signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] Sieve script executed, but nothing happens

2008-04-18 Thread Wouter Amsterdam
No, that's a typo.

Wouter

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Asheesh
Laroia
Verzonden: vrijdag 18 april 2008 9:24
Aan: Wouter Amsterdam
CC: dovecot@dovecot.org
Onderwerp: Re: [Dovecot] Sieve script executed, but nothing happens

On Fri, 18 Apr 2008, Wouter Amsterdam wrote:

> if address :is "to" "user@ mydomain.nl" {

Is this space intentional?  "usermydomain.nl"?

-- Asheesh.

-- 
"In the long run, every program becomes rococo, and then rubble."
-- Alan Perlis



Re: [Dovecot] Sieve script executed, but nothing happens

2008-04-18 Thread Asheesh Laroia

On Fri, 18 Apr 2008, Wouter Amsterdam wrote:


if address :is "to" "user@ mydomain.nl" {


Is this space intentional?  "usermydomain.nl"?

-- Asheesh.

--
"In the long run, every program becomes rococo, and then rubble."
-- Alan Perlis