Skip to content

Commit

Permalink
Merge pull request #753 from dragoangel/patch-1
Browse files Browse the repository at this point in the history
Use lower in example with from digest as it digest is sensitive and from is not
  • Loading branch information
fatalbanana authored May 28, 2024
2 parents 209feb7 + 57a2f1b commit 5a7f480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/rbl.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,5 +563,5 @@ To combine multiple selectors in one query you can set `selector_flatten` to `fa

~~~hcl
selector_flatten = false;
selector = "from('mime').digest('hex','sha256').append('.');rcpts('smtp').first.digest('hex','sha256')";
selector = "from('mime').lower.digest('hex','sha256').append('.');rcpts('smtp').first.lower.digest('hex','sha256')";
~~~

0 comments on commit 5a7f480

Please sign in to comment.