Stefano Coatti wrote:
> 
> Hi,
> I use cyrus 2.0.16 with sendmail and sendmail 8.11.6.
> I retry to solve the problem of sieve vacation message.
> 
> My actual Mailer configuration in sendmail is:
> 
> Mcyrus,    P=[IPC], F=lsDFMnqA5@/:|SmXz, E=\r\n,
>            S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix,
>            A=FILE /var/imap/socket/lmtp
> 
> With this configuration, sieve mechanism works fine but vacation message no.
> For example the script:
> 
> require ["reject","fileinto"];
> 
>        if address :is :all "From" "[EMAIL PROTECTED]"
>        {
>          reject "testing";
>        }
> 
> is OK while in the execution of this script:
> 
> require ["vacation"];
> 
>   vacation :days 20 :addresses "[EMAIL PROTECTED]" "Delirio tremens...";
> 
> nothing happens.

With this action, the only messages that will generate vacation
responses are those sent to "stefano.coatti" and
"[EMAIL PROTECTED]".  I'm guessing that you want to add at least
"[EMAIL PROTECTED]" to the list of :addresses.

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