[ingo] Create Default/System Rule

Mike Meklenschek mmek at interconnet.com
Thu Apr 25 01:29:14 UTC 2013


Hello,

Thank you for your reply.  I have modified my rule to be the following:

// Spam rule.
$_prefs['spam'] = array(
     'value' => 
'a:1:{i:0;a:4:{s:5:"field";s:13:"X-Spam-Status";s:4:"type";i:1;s:5:"match";s:5:"regex";s:5:"value";s:5:"Yes.*";}}',
     // Lock this preference to disable the spam rule.
     'locked' => false,
     'type' => 'implicit'
);


Unfortunately, it still doesn't work.  Does it make any difference that 
my backend is using procmail?

Please let me know.

Thanks

Mike


On 4/24/2013 9:20 PM, Michael M Slusarz wrote:
> Quoting Mike Meklenschek <mmek at interconnet.com>:
>
>> I have modified the default SPAM rule in "ingo/config/prefs.php" to 
>> be the following:
>>
>> // Spam rule.
>> $_prefs['x-spam-status'] = array(
>
> There is no such preference named 'x-spam-status'.  You want to edit 
> the 'spam' preference.
>
> michael
>
> ___________________________________
> Michael Slusarz [slusarz at horde.org]
>



More information about the ingo mailing list