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

Provides administrator the ability to combine quarantine reports into a single report #640

Merged
merged 15 commits into from Mar 16, 2017

Conversation

asuweb
Copy link
Member

@asuweb asuweb commented Mar 13, 2017

Fixes #608

Allows administrators to combine quarantine_reports into a single report containing all of the users filters.

Fixes a bug in the case of a single report per filter, where previously each filter report received quarantine mail for the parent user as well.

… a single report when used with user filters

New constant QUARANTINE_FILTERS_COMBINED
Bug Fixes
@@ -345,6 +345,7 @@
foreach ($quarantine_list as $item) {
$list .= $item . ', ';
}
$list = substr($list,0,-2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm not sure why I didn't use that the first time! Doh!

@endelwar endelwar merged commit 589155b into mailwatch:develop Mar 16, 2017
@asuweb asuweb deleted the iss-608-quarantine-report branch March 31, 2017 09:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants