https://bugs.kde.org/show_bug.cgi?id=293039


Markus <m4rkus...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m4rkus...@web.de




--- Comment #13 from Markus <m4rkusxxl web de>  2012-02-14 12:04:34 ---
I added a manual rule to pipe everything through a script:
#!/bin/sh
TEMPFILE=$(mktemp --tmpdir=/tmp/ kmail.test.XXXXXX)
cat > $TEMPFILE
cat $TEMPFILE

You can see, the first time the script gets the original message. The second
time every "options" get put in one line each. And somehow the message has
doubled the size. (seems to just be copies of the body)
And option may have a different spelling (some letters became upper case).

So kmail seems to parse a mail from a pipe differently than a mail directly
from the server.

I couldnt reproduce the missing/wrong "Content-Type" but I do have the same
problem with spamassassin.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to