View Issue Details

IDProjectCategoryView StatusLast Update
0006478unrealircdpublic2024-10-22 17:26
Reporterarmyn Assigned Tosyzop  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionno change required 
Product Version6.1.8.1 
Summary0006478: An option in the spam filter to gline with %
DescriptionHi

In the configuration, would it be possible to add an option 'banWithPrefixPercent' or change the 'gline' action to '%gline' to ban a user with the '%' prefix for ban, for unregistered users ?

spamfilter {
        match-type simple;
        target { private; channel; };
        action gline;
        ban-time 1d;
        reason "You are spamming or you have a virus!";
        match '*Hey*come watch me on my webcam*';

       banWithPrefixPourcent yes; //Something that looks like it
};

It would be useful as an option

Regards

TagsNo tags attached.
3rd party modules

Activities

BlackBishop

2024-10-22 10:16

reporter   ~0023391

Isn't that done by doing "action soft-gline" ?

armyn

2024-10-22 10:26

reporter   ~0023392

@BlackBishop Ah, I'll test it. I hadn't noticed that column; I thought it was for short and long names, like in other documentation such as ~country and ~C. I thought gline was an alias for soft-gline. I'll test it out. Thanks!

BlackBishop

2024-10-22 10:29

reporter   ~0023393

Check this out: https://www.unrealircd.org/docs/Spamfilter_block

armyn

2024-10-22 10:31

reporter   ~0023394

It's resolved, the ticket can be closed. I didn't know about soft-*. Best regards

Issue History

Date Modified Username Field Change
2024-10-22 10:10 armyn New Issue
2024-10-22 10:16 BlackBishop Note Added: 0023391
2024-10-22 10:26 armyn Note Added: 0023392
2024-10-22 10:29 BlackBishop Note Added: 0023393
2024-10-22 10:31 armyn Note Added: 0023394
2024-10-22 17:26 syzop Assigned To => syzop
2024-10-22 17:26 syzop Status new => closed
2024-10-22 17:26 syzop Resolution open => no change required