Page MenuHomePhorge

Group: Sender policy
ClosedPublic

Authored by machniak on Nov 5 2021, 2:57 PM.
Tags
None
Referenced Files
F11585292: D3002.id.diff
Thu, Mar 28, 11:20 AM
Unknown Object (File)
Mon, Mar 18, 4:06 AM
Unknown Object (File)
Sun, Mar 17, 4:49 PM
Unknown Object (File)
Feb 20 2024, 12:15 PM
Unknown Object (File)
Feb 19 2024, 1:20 PM
Unknown Object (File)
Feb 8 2024, 1:31 PM
Unknown Object (File)
Jan 24 2024, 4:53 PM
Unknown Object (File)
Jan 24 2024, 4:30 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rKa5633ffad441: Group: Sender policy
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

machniak created this revision.
  • Display sender policy in admin/reseller UI

Looks good to me aside from the UI text which I think could be a bit clearer.

src/database/migrations/2021_11_05_100000_create_group_settings_table.php
24

This is a string in the user_settings table, I assume we need to store larger values here?

src/resources/lang/en/ui.php
62

Suggestion:

With this list you can specify who can send mail to the distribution list."
. " You can put a complete email address (jane@kolab.org), domain (kolab.org) or suffix (.org) that the sender email address is be compared to."
. " If the list is empty, mail from anyone is allowed.

src/database/migrations/2021_11_05_100000_create_group_settings_table.php
24

It was a string initially, but later on changed to text. So, this is consistent, the default 'string' column length is not enough, indeed.

src/resources/lang/en/ui.php
62

Thx, I'll change that.

This revision is now accepted and ready to land.Nov 8 2021, 10:52 AM
  • Small wording improvement
This revision was automatically updated to reflect the committed changes.