[horde] Anti Spam

Samuel Wolf samuel at sheepflock.de
Thu Jun 6 18:50:49 UTC 2013


Zitat von Andreas Mauser <andreas at mauser.info>:

> ----- Nachricht von Ole Wolf <ole at naturloven.dk> ---------
>   Datum: Thu, 06 Jun 2013 20:27:40 +0200
>     Von: Ole Wolf <ole at naturloven.dk>
> Betreff: Re: [horde] Anti Spam
>      An: horde at lists.horde.org
>
>
>> Quoting Andreas Mauser <andreas at mauser.info>:
>>
>>> I miss the Report as Spam Buttons, but cannot figure out in the changelog
>>> what happened?
>>> Has it all moved to Ingo?
>>
>> I noticed that, too. Where did the spam buttons go?
>
> I would like to figure it out.
>
> In backends.php I found an array
>
> 'spam' => array(
>          'innocent' => array(
>              'display' => true,
>
> 	      Email reporting driver
>              'email' => null,
>              'email_format' => 'digest',
>
> 	      Null reporting driver
>              'null' => true,
>
> 	      Program reporting driver
>              'program' => null
>          ),
> 	 'spam' => array(
>              'display' => false,
>
> 	      Email reporting driver
>              'email' => null,
>              'email_format' => 'digest',
>
> 	      Null reporting driver
>              'null' => true,
>
> 	      Program reporting driver
>              'program' => null
>          ),
> 	  It is possible to directly define additional spam drivers.
>           The 'drivers' array should contain a list of driver objects
>           (these classes must implement the IMP_Spam_Base class).
>          'drivers' => array(
>              new IMP_Example_Spam_Driver()
>          )
>     ),
>
> but I have no idea how to use that.
>
> Is it so that only one driver must be used? And with what do I fill  
> the 'none's?
>
> Then I would put it like that
>
> 'spam' => array(
>          'innocent' => array(
>              'display' => true,
>
> 	      Email reporting driver
>              'email' => spamassassin,
>              'email_format' => 'digest',
>
>          ),
> 	 'spam' => array(
>              'display' => true,
>
> 	      Email reporting driver
>              'email' => spamassassin,
>              'email_format' => 'digest',
>
>          ),
>
>     ),
>
> But then I am not able to login anymore.

Send Email to amavis:

'spam' => array(
         'innocent' => array(
              'display' => true,
              'email' => 'amavis at example.com',
              'email_format' => 'digest',
          ),
          'spam' => array(
              'display' => true,
              'email' => 'amavis at example.com',
              'email_format' => 'digest',
          ),
),

>
> Thank you for your ideas,
> Andreas




More information about the horde mailing list