[Kde-pim] mailfilter does not see all incoming messages

Guy Maurel guy-kde at maurel.de
Sun Feb 24 18:26:48 GMT 2013


Hello!

On Wednesday 13 February 2013 15:00:44 Andras Mantia wrote:
> If indeed it doesn't receive, the problem might be how the changerecorder is
I made many debugs...
It is not possible to follow the tasks with any dgb, because we don't know 
which message(s) are not filtered.

I spend lot of kDebug() in the code, send some 22 messages to my SMTP-Server, 
and get them from my POP3-Server. Around 4 of 5 groups of 22 messages produce 
the bug.

But there are not any chance to know (before) how many messages are not 
filtered and which one(s) it would be. So we have to look after the bug 
occurs.

With:
mysql --socket=/home/guy/.local/share/akonadi/socket-castor/mysql.socket
use akonadi;
SELECT id, remoteId, collectionId, datetime FROM pimitemtable ORDER BY id DESC 
LIMIT 22;

one get (only some lines here):
+-------+------------------------+--------------+---------------------+
| id    | remoteId               | collectionId | datetime            |
+-------+------------------------+--------------+---------------------+
| 42258 | 1361729293.R415.castor |            8 | 2013-02-24 18:08:13 |
| 42257 | 1361729293.R247.castor |          358 | 2013-02-24 18:08:13 |
| 42256 | 1361729293.R783.castor |          358 | 2013-02-24 18:08:13 |
| 42255 | 1361729293.R607.castor |            8 | 2013-02-24 18:08:13 |
| 42254 | 1361729293.R235.castor |          358 | 2013-02-24 18:08:13 |

The collectionId "8" is my inbox, 358 is the destination folder.

I grep the kdebug.dgb:
grep "42255," kdebug.dbg | grep akonadi_mailfilter_agent > kdebug42255.dbg

and take a look at the end of the output of the run.

The last instruction reached is not always the same. BUT always in the code 
from kdepimlibs/akonadi/monitor_p.cpp

Could it be that "somebody" aborted/killed/stopped the process?
-- 
guy
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list