UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
To filter a list:
test@gmail.com whateverwsersdfsdfsd test2@gmail.com asdfasdlkfjsd
with a blacklist as such:
test@gmail.com
and retain the second part of the original list:
ruby -e 'h = Hash[*File.read("whatever").split(/[, \n]+/)].reject { |k| File.foreach("blacklist").grep(/#{k}/).any? }; puts h'