[Tickets #14750] Re: invalid sieve script is generated when spam filter is enabled

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Jan 22 16:58:07 UTC 2018


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

Ticket URL: https://bugs.horde.org/ticket/14750
------------------------------------------------------------------------------
  Ticket             | 14750
  Updated By         | jiri.slezka at slu.cz
  Summary            | invalid sieve script is generated when spam filter is
                     | enabled
  Queue              | Ingo
  Version            | 3.2.16
  Type               | Bug
  State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jiri.slezka at slu.cz (2018-01-22 16:58) wrote:

> Sounds like 1) you don't have Ingo correctly configured (the spam  
> settings in the application configuration), and 2) we don't catch  
> this properly. Did you get errors in the Horde log file?

Thanks for pointing to Ingo misconfiguration.

we have there this configuration

$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['rules']['userheader'] = false;
$conf['spam']['compare'] = 'string';

which unfortunately made horde to display numeric spam level in Ingo...

Correctly generated config is

$conf['storage']['params']['driverconfig'] = 'horde';
$conf['storage']['driver'] = 'sql';
$conf['rules']['userheader'] = false;
$conf['spam']['header'] = 'X-Spam-Level';
$conf['spam']['compare'] = 'numeric';

which works ok.

Sorry, for this confusion...





More information about the bugs mailing list