[Tickets #5014] Re: ingo and an or filters are only partially working

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Mar 1 18:54:30 PST 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5014
-----------------------------------------------------------------------
 Ticket             | 5014
 Updated By         | bennettj at johnbennettservices.com
 Summary            | ingo and an or filters are only partially working
 Queue              | Ingo
 Version            | 1.1.2
 Type               | Bug
 State              | Assigned
 Priority           | 2. Medium
 Owners             | Michael Slusarz
+New Attachment     | ingo_mysql_filters.txt
-----------------------------------------------------------------------


bennettj at johnbennettservices.com (2007-03-01 18:54) wrote:

I have been able to install the horde 3.0.x components and can verify that
the an and or rules do work properly.  I created an an rule that stated if
subject contained hi and bye to move to a folder.  I created an or rule
that stated if from contained user2 or user3 move to a folder.  Sent email
with subject of hi and, which wasn't filtered, sent email with hi and bye,
and it was filtered.  Sent email from user2, user3, and user4 and only
mail from user2 and user3 were filtered.

ingo conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: ingo/config/conf.xml,v 1.13 2004/02/11 19:24:23 slusarz Exp $
$conf['menu']['apps'] = array('accounts', 'imp', 'ingo', 'kronolith',
'mnemo', 'nag', 'turba', 'gollem');
$conf['storage']['driver'] = 'prefs';
$conf['storage']['maxblacklist'] = 0;
$conf['storage']['maxwhitelist'] = 0;
$conf['rules']['userheader'] = true;
$conf['rules']['usefolderapi'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

ingo backends.php
/* IMAP Example */
$backends['imap'] = array(
    'driver' => 'null',
    'preferred' => 'mail.thebennetthome2.com',
    'hordeauth' => true,
    'params' => array(),
    'script' => 'imap',
    'scriptparams' => array()
);

If I can provide any more detail, please let me know.





More information about the bugs mailing list