update bw to 4.3, add .provides() to metadata reactors
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
7f0fb7a6e2
commit
2d42e5f7dd
29 changed files with 158 additions and 47 deletions
|
@ -57,7 +57,9 @@ defaults = {
|
|||
|
||||
# Nodes managed by us should always be able to send mail to all other
|
||||
# servers.
|
||||
@metadata_reactor
|
||||
@metadata_reactor.provides(
|
||||
'rspamd/ignore_spam_check_for_ips',
|
||||
)
|
||||
def populate_permitted_ips_list_with_ips_from_repo(metadata):
|
||||
ips = set()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue