On Mon, 13 May 2002, Cyrus Daboo wrote:

> Hi,
>
> --On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]>
> wrote:
>
> | I know the code pretty well, and personally I wouldn't even attempt it.
> | Of course, I'm not a fan of the spam extension.
>
> Quick question: where does the X-Sieve header get added, and would it be
> possible to use that to add extra info?

in savemsg() in lmtp.c ... and tried that ... unfortunately, that is
before the sieve filtering happens, so there is nothing to write yet ...

from Ken's email, and what I've been able to follow, lmtp writes the email
to a file before parsing through sieve ...

Ken, is there a reason why it doesn't just hold it in memory?  The MTA
won't delete it from the spool until lmtp reports it as being delivered,
so it isn't from fear of losing the email ... or is it?

Reply via email to