Gary Mills wrote:
> 
> Kenneth Murchison writes:
> >
> >Let's try to split the problem in half.  Compile the 'test' program in
> >the sieve directory.  Then grab one of the messages that you think it
> >should have responded to and your sieve script.  Run the 'test' program
> >using the message and script (it'll ask you for the envelope from: and
> >to: addresses) and see what it says.
> 
> Well, this is interesting.  I used the actual message file and sieve
> script on the server...
> 
>   # 7/sieve/test 6. /imap/sieve/m/mills/default                                <
>   Envelope body of 'to'? [EMAIL PROTECTED]
>   Envelope body of 'from'? [EMAIL PROTECTED]
>   Have I already responded to '923e65bff637fbf399403fa2628e9fb' in 7 days? no
>   echo 'On vacation for the next week' | mail -s 'Re: Seeing if this will work' 
>'[EMAIL PROTECTED]' for message '6.'
>   notify msg = 'You have new mail
> 
>   To: [EMAIL PROTECTED]
>   From: Gary Mills <[EMAIL PROTECTED]>
>   Subject: Seeing if this will work
> 
>   Action(s) taken:
>   Sent vacation reply
>   ' with priority = medium
>   keeping message '6.'
> 

OK, let's try this and see what happens (grasping at straws):

$ su cyrus
$ /usr/cyrus/bin/deliver -l

LHLO foo
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
To: [EMAIL PROTECTED]
From: Gary Mills <[EMAIL PROTECTED]>
Subject: Seeing if this will work

vacation test
.
QUIT


Check imapd.log to make sure that there are no complaints about
deliverdb and no processes are crashing.  You're using sendmail, right? 
Check your sendmail log to see if the response ever gets queued.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to