Author Topic: Plugin: MoveSpam 1.0  (Read 5608 times)

Offline Ythan

  • Newbie
  • *
  • Posts: 4
    • http://www.shroomery.org/
Plugin: MoveSpam 1.0
« on: January 31, 2011, 01:45:30 PM »
This plugin automatically moves spam to the junk folder, based on the subject line (eg. '***SPAM***'). It may be useful if you can't set up Sieve-based filtering, or if you want to store all new mail in the root folder to accommodate POP3 users. It has only been tested with Roundcube 0.5.

Download: movespam.tar.gz

Offline stremblay

  • Newbie
  • *
  • Posts: 9
Re: Plugin: MoveSpam 1.0
« Reply #1 on: May 23, 2013, 11:23:12 AM »
Hi,
I've updated the plugin and fixed a few bugs to have it work with the latest version of Roundcube.

A bug about deleting the spam was also involved, as when delete and click on trash the spam was coming back.

Offline zeuslinux

  • Newbie
  • *
  • Posts: 6
Re: Plugin: MoveSpam 1.0
« Reply #2 on: September 10, 2013, 03:20:56 PM »
I discovered a little bug in the version 1.2 of movespam plugin.

In the function

function check_headers($mlist) {

I had to comment this line

$RCMAIL->output->show_message('');

because it show a blank message box every time you access the INBOX.

I am using the lat version of Roundcube (0.9.3).