Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request #12

Open
hlfritz opened this issue Aug 26, 2015 · 1 comment
Open

feature request #12

hlfritz opened this issue Aug 26, 2015 · 1 comment

Comments

@hlfritz
Copy link

hlfritz commented Aug 26, 2015

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
Copy link

johnwayne4d commented Oct 24, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants