You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: