lmtpd and sieve
Ilya
mail at krel.org
Fri Sep 6 21:20:59 EDT 2002
my fileinto script looks like this:
---------------------------------------
require ["fileinto"];
if allof (header :contains "subject" "[Exim]") {
fileinto "INBOX.Software.Exim";
}
else {
keep;
}
----------------------------------
my reject script looks like this:
require ["reject"];
if header :contains "Subject" "movie" {reject "Check your system!";}
someone mentioned on the list that fileinto does not use lmtp once the
script hits the sieve, as opposed to reject,which has to send a reply back
with smtp/lmtp ?
----- Original Message -----
From: "Patrick Welche" <prlw1 at newn.cam.ac.uk>
To: "Ilya" <mail at krel.org>
Cc: <info-cyrus at andrew.cmu.edu>
Sent: Friday, September 06, 2002 1:41 PM
Subject: Re: lmtpd and sieve
> On Fri, Sep 06, 2002 at 01:16:06PM -0400, Ilya wrote:
> > I have now setup my exim to use true lmtp, with deliver -l.
> > Normal email is delivered with no problem, fileinto sorts it ok.
> > However if email meets reject rule, than it is delivered to inbox and I
see
> > this error in exim log:
>
> What do your sieve scripts look like? (Why should one work and not the
other..)
>
More information about the Info-cyrus
mailing list