Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Ythan on January 31, 2011, 01:45:30 PM

Title: Plugin: MoveSpam 1.0
Post by: Ythan 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 (http://www.shroomery.org/ythan/movespam.tar.gz)
Title: Re: Plugin: MoveSpam 1.0
Post by: stremblay 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.
Title: Re: Plugin: MoveSpam 1.0
Post by: zeuslinux 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).