bundles/rspamd: do not try to resolve faults in items.py
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Franzi 2021-09-06 09:28:30 +02:00
parent e743de5404
commit 78fda4f9e9
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if 'dkim' in node.metadata.get('rspamd', {}):
},
}
if node.metadata.get('rspamd/password', None):
if 'password' in node.metadata.get('rspamd', {}):
files['/etc/rspamd/local.d/worker-controller.inc'] = {
'content_type': 'mako',
'triggers': {