[Mimedefang] Read Information from Header ?

2006-02-16 Thread Christoph
Thanks you for help ! Christoph ... ___ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing

[Mimedefang] Read Information from Header ?

2006-02-15 Thread Christoph
Hello, i am new to MIMEDefang and i have one question : I want to manipulate the Headers To: and CC: , but first i want to have the content of these headers ! Is there a variable that includes this information ? Or should i get the information from the file HEADER in the temp Directory ? Thanks

Re: [Mimedefang] Read Information from Header ?

2006-02-15 Thread David F. Skoll
Christoph wrote: Or should i get the information from the file HEADER in the temp Directory ? The file is called ./HEADERS, and yes, you'll need to read it to get the information. However, it's guaranteed to have one header per line (long headers are unwrapped), so it's relatively easy to

Re: [Mimedefang] Read Information from Header ?

2006-02-15 Thread Jan Pieter Cornet
On Wed, Feb 15, 2006 at 04:56:36PM -0500, David F. Skoll wrote: Christoph wrote: Or should i get the information from the file HEADER in the temp Directory ? The file is called ./HEADERS, and yes, you'll need to read it to get the information. However, it's guaranteed to have one