bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-anubis] need to append a header to the body


From: Sergey Poznyakoff
Subject: Re: [bug-anubis] need to append a header to the body
Date: Fri, 05 Dec 2003 12:46:41 +0200

> is it possible to append a particular header
> (example X-Mailer) to the end of the body ?

Yes. Add the following to your RULE section:

if header[X-Mailer] "(.*)"
   add body "X-Mailer: "
   add body "\1"
fi

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]