Hi! First of all, thank you for such amazing tool! I am importing emails from my Google Apps Free edition. Currently I have around 6k emails imported to Piler, but some of them are not showing in webUI, but I can find them in database in metadata table.
I should say, that I have one primary domain assigned to Google Apps as well as additional alias domain (so user can receive emails on both addresses, userA@domainA.com and userA@domainB.com). I've modified /model/user/google.php file to add additional domains to "emails" field, so sphinx queries looks like this:
sphinx query: 'SELECT id FROM main1,dailydelta1,delta1 WHERE MATCH('( @(subject,body) backup ) & (@from userAXdomainAXcom| userAXdomainBXcom | @to userAXdomainAXcom| userAXdomainBXcom) ') ORDER BY `sent` DESC LIMIT 0,1000 OPTION max_matches=1000' in 0.00 s, 14 hits, 14 total found
This works great, but as I said, some messages can't be found in webui, but are properly imported to MySQL.
Any hints what can be wrong?
Hi, I've found another email that is not being shown in webUI (please see attached file: https://copy.com/puUnf8kgAkfMMVEi). userA received this email, because he is in groupA@domainB.com mailing group.
From what I think in this case Piler should use Delivered-To field to determine correct user, but I don't know whether this is correct only for GMail servers or all of them. Thanks in advance.