So the one that passed the AddHeader is right and the one with no
AddHeader is wrong??
Can you confirm it? (it's weird)
Stefano
Norman Maurer wrote:
I can reproduce that by do that:
command:
[EMAIL PROTECTED]:~$ mail -s "01632983002" [EMAIL PROTECTED]
Ich bin der Bär!
.
Cc:
[EMAIL PROTECTED]:~$
config:
<mailet match="[EMAIL PROTECTED]"
class="AddHeader">
<name>X-MailetHeader</name>
<value>[EMAIL PROTECTED]</value>
</mailet>
<mailet match="[EMAIL PROTECTED]" class="ToProcessor">
<processor>transport</processor>
</mailet>
email:
X-MailetHeader: [EMAIL PROTECTED]
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=iso-8859-15
MIME-Version: 1.0
Message-ID: <[EMAIL PROTECTED]>
Ich bin der Bär!
command:
[EMAIL PROTECTED]:~$ mail -s "01632983002" [EMAIL PROTECTED]
Ich bin der Bär!
.
Cc:
[EMAIL PROTECTED]:~$
config:
<mailet match="[EMAIL PROTECTED]" class="ToProcessor">
<processor>transport</processor>
</mailet>
email:
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Message-ID: <[EMAIL PROTECTED]>
X-Evolution-Source: imap://[EMAIL PROTECTED]/
Ich bin der Br!
I also notice that the "ä" is not in the second email.. its just gone..
maybe that helps
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]