Summary: | redirecting email using filters | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Michael Daum <micha> |
Component: | filtering | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | john |
Priority: | NOR | ||
Version: | 1.4.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Daum
2002-11-28 10:48:12 UTC
I can verify that this problem is occuring on our systems as well. This problem also shows up under Redhat 8.0 Giving a confirm of Bug for Gentoo, using CVS. I can verify that this also shows up under Redhat 9. Further it is all redirecting, not just filters. I mostly use the manual redirecting and I just found that I had to forward instead of redirect, when redirecting is really what I am doing. mac In Kmail 1.5 (Using KDE 3.1-9.4.7.3), it appears as though redirecting attachments works in many cases. The one case I've seen an attachment not redirected was with an "encapsulated message" that contained a series of forwards from an AOL user. The attachment will follow a forward in this particular case. Hope this helps. Mischa. I have noticed more misbehaviour of automatic _redirect_to_ and even _forward_to_ - both of them change "charset" header to "utf8" from "koi8-r" if forwarded/redirected mail contains an attachment. And automatic _redirect_to_ removes attachments, as described in bug report. I confirm the behaviour regarding vanished attachments in the redirected message for CVS HEAD. enough votes CVS commit by gungl: fix Bug 51283 - redirecting email using filters Now we sent redirected messages which are conform to RFC 2822. Thanks to Ingo for pointing me into the right direction. CCMAIL: 51283-done@bugs.kde.org M +2 -3 kmfilteraction.cpp 1.125 M +56 -2 kmmessage.cpp 1.478 M +8 -2 kmmessage.h 1.170 M +8 -13 kmsender.cpp 1.219 |