| Summary: | sending mail while filtering others crashes maildispatcher | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Milian Wolff <mail> |
| Component: | Mail Dispatcher Agent | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | faure, montel, vkrause |
| Priority: | NOR | ||
| Version First Reported In: | 4.9 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Milian Wolff
2012-07-23 12:35:31 UTC
maybe related: a) I was marking a few mails as spam in the background, which took quite some time on my machine b) I have filters c onfigured for outgoing mail (to categorize them into folders) could you export specific filter and paste it here thanks. I need to know what this filter does which one? the filter for sent mail? or the one that "marks as spam"? the former is something along the lines of: general: filter criteria: match any of the following: anywhere in headers: contains: mail@milianw.de action: move into folder: someaccount/Inbox advanced: [x] apply this mail to sent messages [x] if filter matches, stop processing here the "mark as spam" just is: size in bytes ups, hit submit too early: the "mark as spam" just is: size in bytes >= 0 bytes move into folder: local folders/spam mark as: read mark as: spam pipe through: spamc -L spam I think I just fixed this assert. commit 5eddb46559effaa675744ae72709055dc270666c Author: David Faure <faure@kde.org> Date: Tue Oct 16 12:10:19 2012 +0200 Fix assert when maildispatcheragent can't contact mailfilteragent Fixed in 4.9.3. |