Daniel Stellwagen wrote:

Hi everybody,

can someone tell me which part of cyrus is building the email header when sending a respond message back to a sender like this:

# Mail rules for user daniel
# Created by easysieve version 1.2
require ["vacation","reject"];

vacation :days 3 :addresses "[EMAIL PROTECTED]" text:
Hi, I am on vacation.
.
;

I ask because I want to change the "Content-Type:" content.

You're looking for send_response() which is in either lmtpd.c or lmtp_sieve.c, depending on which version of Cyrus you have.


--
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
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to