4 lines
108 B
Text
4 lines
108 B
Text
|
% for ip in sorted(node.metadata.get('rspamd', {}).get('ignore_spam_check_for_ips', set())):
|
||
|
${ip}
|
||
|
% endfor
|