eagle00789 / RC_Filters

Roundcube Clientside Filter
GNU General Public License v3.0
5 stars 5 forks source link

feature request #12

Open hlfritz opened 9 years ago

hlfritz commented 9 years ago

one issue with this filter. the mail server is tagging spam with [SPAM]. a filter can be created that then moves emails messages so tagged in the subject line to move them to the Junk folder. this works, but if the email is not really spam and moved back to the inbox, the filter finds it and moves it back to Junk!

any way around this?

johnwayne4d commented 8 years ago

in the filters config.inc.php: set $config['autoAddSpamFilterRule'] = FALSE; then you can manually create a filter per sender that is actually a spammer. if you manually create a filter to move things where the subject is tagged [SPAM] in the subject, the filter will just be removed on the next "not junk" action. the subject tag is coming from server-side and this plug-in is a client-side filter.