[horde] Anti Spam

Michael M Slusarz slusarz at horde.org
Thu Jun 6 20:30:03 UTC 2013


Quoting Andreas Mauser <andreas at mauser.info>:

> $servers['imap']['disabled'] = true;
>
>     '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'
>          ),

For the "imap" entry, your backends.local.php would look like:

$servers['imap']['spam'] = array(
     'innocent' => array(
         'display' => true,
         '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'
     )
);

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list