Roundcube Subject Filtering
We put this patch together in order to fill the gap between Roundcube Webmail and SpamAssassin. Our SpamAssassin setup automatically appends the string "SPAM" to subject of spam email. Without the ability to setup inbox filtering rules spamassassin can clog up your inbox. This patch will take the string of your choice and move emails with that string into your junk folder.
Instructions
Step One: Download and unzip the patch.
Step Two: Replace the func.inc in /program/steps/mail with the included file.
Step Three: Open up /config/main.inc.php. Add the following line:
$rcmail_config['spam_subject'] = 'SPAM';
Step Four: Change SPAM to whatever subject string you want to filter out.
Other Patches
We love contributing to open-source projects and hope to contribute more code in the future. If you'd like a custom patch written for you, contact us using the link above and we can discuss your requirements.
