[imp] Spam Button

Simon B simon.buongiorno at gmail.com
Fri May 24 07:35:07 UTC 2013


On 24 May 2013 04:38, Michael M Slusarz <slusarz at horde.org> wrote:
> Quoting Simon B <simon.buongiorno at gmail.com>:
>
>> On 21 May 2013 15:00, Simon B <simon.buongiorno at gmail.com> wrote:
>>>
>>> Hi
>>>
>>> Please can someone review my imp/config/backends.local.php and provide
>>> a hint why the spam and not spam buttons are not showing.
>>>
>>>     'spam' => array(
>>>          'innocent' => array(
>>>              'display' => true,
>>>         //     'email' => null,
>>>              'email_format' => 'digest',
>>>              'program' => '/usr/bin/spamassassin -k %u'
>>>          ),
>>>          'spam' => array(
>>>              'display' => false,
>>>              'email' => 'submit at spam.spamcop.net',
>>>              'email_format' => 'digest',
>>>              'program' => '/usr/bin/spamassassin -r %u'
>>>          ),
>>>
>>>
>>
>> Additionally, since I changed the backend.local.php with these changes
>> I now have to log in to imp after logging into horde.  It's like it's
>> reading backends.php and not the .local one at all..
>>
>> -rw-r--r--  1 root www-data  21K May 17 09:14 backends.local.php
>> -r--r-----  1 root root      21K May 17 09:11 backends.local.php.bak
>> -r--r-----  1 root root      20K May 17 06:53 backends.local.phpold
>> -rw-r--r--  1 root root      20K May 19 06:47 backends.php
>>
>> I'm pretty sure it's a not file permission or spelling error.
>>
>> I'd still appreciate some debugging tips please.
>
>
> Short of you debugging the actual PHP code that displays the Spam button,
> there's not much else we can do.  And nobody else has reported this problem.

Michael

Is there some variable or line I can put in the code or the config to
debug this?  As you know my php skills are not strong.

I find it disconcerting that after moving to this new format of
backends.local.php I have to auth with imp after authenticating with
horde.

Simon


More information about the imp mailing list