Author Topic: markasjunk plugin - forward emails to spamcop  (Read 1057 times)

Offline andrewnewby

  • Newbie
  • *
  • Posts: 5
markasjunk plugin - forward emails to spamcop
« on: February 01, 2023, 01:13:26 AM »
Hi,

I'm trying to get emails marked as spam sent directly to SpamCop. So I have /var/lib/roundcube/plugins/markasjunk (which is also enabled, and I do see the button). It all works fine - apart from the forwarding as an attachment to SpamCop for reporting. I have:

Code: [Select]
$config['markasjunk_email_spam'] = 'submit.M_UNIQUE_ID@spam.spamcop.net';
Also set as an attachment:

Code: [Select]
$config['markasjunk_email_attach'] = true;
Yet when I mark an email as spam, while it gets moved, it doesn't seem to forward. Is there another setting I need to enable? I've even tested it with my own gmail account as the email, and nothing gets sent there either

Thanks!

Andy