Page MenuHomePhorge

Improve greylist handler
ClosedPublic

Authored by machniak on Apr 23 2024, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 5, 9:40 PM
Unknown Object (File)
Fri, Aug 30, 9:05 AM
Unknown Object (File)
Fri, Aug 30, 8:34 AM
Unknown Object (File)
Fri, Aug 30, 8:34 AM
Unknown Object (File)
Thu, Aug 29, 12:25 PM
Unknown Object (File)
Thu, Aug 29, 7:06 AM
Unknown Object (File)
Wed, Aug 28, 1:15 PM
Unknown Object (File)
Fri, Aug 23, 8:02 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK9e94c8a1533a: Improve greylist handler
Summary
  • introduce DB transaction
  • limit number of selects from greylist_connect table
  • limit number of whitelist record updates
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Improve single sql query and coding style
  • Move greylist policy controller tests to more appropriate place
  • Speed up greylist tests
This revision is now accepted and ready to land.May 17 2024, 11:53 AM
This revision was automatically updated to reflect the committed changes.