arthur ema
unread,Nov 26, 2016, 7:21:42 PM11/26/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I created the file backends.local.php with the following contents. When logging in, I see no additional option to report mail as spam. How do I enable reporting?
<?php
$conf['spam']['reporting'] = true;
$conf['spam']['spamfolder'] = Spam;
$conf['notspam']['reporting'] = true;
$conf['notspam']['spamfolder'] = Inbox;
$conf['spam']['program'] = '/usr/bin/spamc -C report -u %l';
$conf['notspam']['program'] = '/usr/bin/spamc -C revoke -u %l';