Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choice of regular expression Engine on Spamfilter[Filter] #1761

Open
DiamantTh opened this issue Mar 21, 2020 · 0 comments
Open

Choice of regular expression Engine on Spamfilter[Filter] #1761

DiamantTh opened this issue Mar 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@DiamantTh
Copy link

DiamantTh commented Mar 21, 2020

Example /filter -glob spam kill coP :Spam is off-topic on ExampleNet
Example2 /filter -regex \x01DCC (SEND|RESUME).{225} kill coP :Spam

respectively in filter.conf

<keyword pattern="*blah*" reason="Don't blah!" action="gline" duration="1d6h" flags="-" match-type="glob">
or
<keyword pattern=" \x01DCC (SEND|RESUME).{225}" reason="Spam!" action="gline" duration="1d6h" flags="-" match-type="regex">

The engines are apparently already supported

Greetings.

@SadieCat SadieCat added the enhancement New feature or request label Apr 10, 2020
@SadieCat SadieCat added this to the v4.0 milestone Nov 23, 2022
@SadieCat SadieCat removed this from the v4.0 milestone Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants