cyrus sieve notify can't work !

John Straiton jsmailing at clickcom.com
Thu Apr 3 09:34:38 EST 2003


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=<cmu-sieve-73029-1049380247-0 at NOSPAM.com>
Apr  3 09:30:47 human postfix/pipe[73009]: DEEAACE47:
to=<NOSPAM at NOSPAM.com>, 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=<jsmailing at clickcom.com>, relay=mx2.clickcom.com[209.198.22.7],
delay=0, status=sent (250 Ok: queued as 606C550CD0)
> 

Hope this helps!
John


> -----Original Message-----
> From: owner-info-cyrus at lists.andrew.cmu.edu 
> [mailto:owner-info-cyrus at lists.andrew.cmu.edu] On Behalf Of 
> Brasseur Valéry
> Sent: Thursday, April 03, 2003 8:59 AM
> To: info-cyrus at lists.andrew.cmu.edu
> 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" "someuser at somedomain.com" {
>         notify :message "bonjour!";
>         redirect "postmaster at segin.com";
> }
> ------------
> 
> when receiving a mail the redirect is working but the notify 
> is not done !
> 
> what's wrong ?
> 
> thanks
> valery
> 
> 







More information about the Info-cyrus mailing list