Roundcube Community Forum

 

Plugin: MoveSpam 1.0

Started by Ythan, January 31, 2011, 01:45:30 PM

Previous topic - Next topic

Ythan

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

stremblay

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.

zeuslinux

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).