Roundcube Community Forum

 

Blacklist?

Started by marciano, April 07, 2023, 07:22:52 PM

Previous topic - Next topic

marciano

I included markasjunk plugin so users have a Spam button that moves present email from Inbox to Spam.
1) How can I let users have an editable blacklist to append every email send to Spam via spam button?

2) I added $config['markasjunk_learning_driver'] = 'sa_blacklist'; to markasjunk config file but marking an email as Spam I got
QuoteApplication Error (600): Configuration error. Unsupported database driver:
Connection roundcube to database is correct.

alec

This driver requires installed/enabled/configured SAUserPrefs plugin.

marciano

Thanks!
It is working.
I also had to create a spamassassin database, checking jqueryui is already installed but configured.
I marked an email to Spam then Spamassassin db table has a new record.
I also added an email address to whitelist.
1) Where is it stored?
2) A user has a long blacklist, how can he add it to blacklist?
Thank you

JohnDoh

Look under Settings > Spam (or Junk) > Address Rules
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

marciano

#4
I only can add addresses one by one.  I have hundreds. I tried to put a few, comma, space or semi-colon delimitted but it is not possible to add them bulk

Dmitry42

if you use POSTFIX - read about Postgrey.

JohnDoh

The SAUserPrefs plugin does not support address imports. I suggest you import directly to your SpamAssassin prefs table.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

marciano

Quote from: Dmitry42 on April 12, 2023, 12:32:36 PM
if you use POSTFIX - read about Postgrey.
I use Postfix but Postgrey. I left it years ago because of false positives.

marciano

Quote from: JohnDoh on April 12, 2023, 12:43:57 PM
The SAUserPrefs plugin does not support address imports. I suggest you import directly to your SpamAssassin prefs table.
OK, got it, thanks.