Re: sieve: Too many levels of symbolic links

2003-04-03 Thread Miguel Mendez
On Thu, 03 Apr 2003 11:16:45 +0300
Dmitry Alyabyev [EMAIL PROTECTED] wrote:

Hello,

 lrwx--  1 cyrus  cyrus   10 Apr  3 10:53 default.bc - default.bc
   ^^^
 when a message delivers there is an error in cyrus log:
 lmtpunix[10531]: IOERROR: fstating sieve script
 /usr/local/cyrus/sieve/domain/e/example.com/u/username/default.bc: Too
 many levels of symbolic links
 
 and sieve doesn't work according to rules of default.script
 
 any ideas why it happens ?

Yeah, you made a recursive symlink.

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
Tired of Spam? - http://www.trustic.com


pgp0.pgp
Description: PGP signature


Little question about sieve

2003-03-24 Thread Miguel Mendez
Hello,

I'm currently using postfix + spamassassin + cyrus-imapd, and would like
to have mails tagged as spam to be moved to my Spam folder, so I did
this small script and copied it to my ~/.sieve dir:

# SpamAssassin tagged mail goes to the Spam folder
#
if header :is X-Spam-Flag YES {
fileinto INBOX.Spam;
}

However, I see error messages in ther server like this one:

Mar 24 06:21:02 energyhq lmtpd[23999]: sieve parse error for flynn: line
1: parse error

And spam-tagged mail is never sent to my Spam folder. Any ideas why is
this happening?

Thanks in advance,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
NetBSD :: One BSD to rule them all!
Tired of Spam? - http://www.trustic.com


pgp0.pgp
Description: PGP signature


Re: Little question about sieve

2003-03-24 Thread Miguel Mendez
On Mon, 24 Mar 2003 09:41:43 +0100
Miguel Mendez [EMAIL PROTECTED] wrote:

Nevermind, googled and found another way.
Note to self, don't post before coffee :)

Cheers,
-- 
Miguel Mendez - [EMAIL PROTECTED]
GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
EnergyHQ :: http://www.energyhq.tk
NetBSD :: One BSD to rule them all!
Tired of Spam? - http://www.trustic.com


pgp0.pgp
Description: PGP signature