[15.0][ADD] iap_mail_domain_blacklist#1554
Conversation
30fe07d to
c46cb96
Compare
yostashiro
left a comment
There was a problem hiding this comment.
@AungKoKoLin1997 Can you please add tests and CONTEXT.rst?
There was a problem hiding this comment.
I think this content should be moved to CONFIGURE.rst.
c46cb96 to
b4e5e14
Compare
yostashiro
left a comment
There was a problem hiding this comment.
Should we add INSTALL.rst to mention that the module should be server-wide?
239ee62 to
893d86a
Compare
938558b to
38506e6
Compare
38506e6 to
737e3a4
Compare
|
|
||
|
|
||
| def post_load_hook(): | ||
| for db_name in db.list_dbs(): |
There was a problem hiding this comment.
@AungKoKoLin1997 Can you check if this is better, please.
| for db_name in db.list_dbs(): | |
| for db_name in http.db_list(): |
There was a problem hiding this comment.
Yes, I agree because sharing blacklist domains across running databases is better than applying them to all databases. http.db_list() ensures that only active databases are considered, making it more efficient in a multi-database environment
8675942 to
5eaf909
Compare
|
@oca/social-maintainers Is it possible to take a look at this PR? |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
5eaf909 to
6b9ebd7
Compare
|
This PR has the |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
6b9ebd7 to
4d3a1e4
Compare
9d4f7c3 to
0b9d6a4
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
0b9d6a4 to
22710b2
Compare
@qrtl QT5135