You need to take a look at your /var/log/maillog and see what messages
are going in there when you send a message to this address. If you need
help, we would all probably need to start with that information to help
you diagnose it.

These are the lines I see due to sieve's reply function if I have a rule
that uses it:
(NOSPAM) substituted for personal email addy

Apr  3 09:30:47 human postfix/pickup[72586]: 462FACE51: uid=60 from=<>
Apr  3 09:30:47 human postfix/cleanup[73000]: 462FACE51:
message-id=<[EMAIL PROTECTED]>
Apr  3 09:30:47 human postfix/pipe[73009]: DEEAACE47:
to=<[EMAIL PROTECTED]>, relay=cyrus, delay=1, status=sent
(email.NOSPAM.com)
Apr  3 09:30:47 human postfix/qmgr[52566]: 462FACE51: from=<>, size=566,
nrcpt=1 (queue active)
Apr  3 09:30:47 human postfix/smtp[73064]: 462FACE51:
to=<[EMAIL PROTECTED]>, relay=mx2.clickcom.com[209.198.22.7],
delay=0, status=sent (250 Ok: queued as 606C550CD0)
> 

Hope this helps!
John


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Brasseur Valéry
> Sent: Thursday, April 03, 2003 8:59 AM
> To: [EMAIL PROTECTED]
> Subject: cyrus sieve notify can't work !
> 
> 
> I am trying to use sieve notify but have no success.
> here is my sieve script :
> ------------
> require "notify";
> 
> if header :contains "from" "[EMAIL PROTECTED]" {
>         notify :message "bonjour!";
>         redirect "[EMAIL PROTECTED]";
> }
> ------------
> 
> when receiving a mail the redirect is working but the notify 
> is not done !
> 
> what's wrong ?
> 
> thanks
> valery
> 
> 



Reply via email to