Page MenuHomekolab.org

Fix greylisting setting
ClosedPublic

Authored by machniak on Aug 25 2021, 12:28 PM.

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rKa53ecb760738: Fix greylisting setting
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/greylist-tests
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 36385
Build 14401: arc lint + arc unit

Event Timeline

machniak requested review of this revision.Aug 25 2021, 12:28 PM
machniak created this revision.
machniak updated this revision to Diff 8062.Aug 25 2021, 1:26 PM
  • Small perf. improvement, skip redundant query
machniak updated this revision to Diff 8068.Aug 25 2021, 3:09 PM
  • Performance optimizations
machniak planned changes to this revision.Aug 25 2021, 3:37 PM
machniak updated this revision to Diff 8080.Aug 25 2021, 4:47 PM
  • Move greylisting setting back to user_settings, cleanup
machniak updated this revision to Diff 8086.Aug 25 2021, 4:55 PM
  • Remove redundant ->limit(1)
mollekopf added inline comments.
src/app/Policy/Greylist/Request.php
150

I would say if there is no recipient set $enabled = false so we bail out after capturing the sender statistics?

@vanmeeuwen Should we capture sender statistics if the recipient is not found,? should we greylist if the recipient is not found?

src/database/migrations/2021_08_25_120000_drop_greylist_settings_table.php
27 ↗(On Diff #8086)

I suppose in principle we have to (we'd be running code expecting the table).

Looks good to me. We should probably also create a policycontrollertest, to test if this actually works, but that doesn't need to be in this diff.

Looks good to me. We should probably also create a policycontrollertest, to test if this actually works, but that doesn't need to be in this diff.

There are some controller tests in tests/Feature/Stories, but I agree not enough of the controller alone.

mollekopf accepted this revision.Aug 27 2021, 9:20 AM
This revision is now accepted and ready to land.Aug 27 2021, 9:20 AM
This revision was automatically updated to reflect the committed changes.