View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005903 | unreal | ircd | public | 2021-06-04 08:09 | 2024-07-06 10:21 | 
| Reporter | GHF | Assigned To | syzop | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.0.9 | ||||
| Fixed in Version | 6.1.7 | ||||
| Summary | 0005903: exempt channel from restrict-commands channel-message | ||||
| Description | Add a spamfilter exception based on reputation Exempt #help-channel from channel-message in restrict-commands  | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
| 
		 | 
	
	"Add a spamfilter exception based on reputation" You could add an /ELINE for type spamfilter for a security group, eg: ~G:trusted-users If you need more granular control you can create a new security group: https://www.unrealircd.org/docs/Security-group_block I can imagine if it is a bit too much of a hassle though, but it works :D  | 
| 
		 | 
	
	We have spamfilter::except since a year or so but this was undocumented, did so now. And i exposed destination now in mask items / security groups. > Add a spamfilter exception based on reputation For this you can now use: spamfilter {
        ...
        except {
                reputation-score 50;
        }
}> Exempt #help-channel from channel-message in restrict-commands For this you can now use: set {
        restrict-commands {
                channel-message {
                        except {
                                connect-time 600;
                                destination "#test";
                        }
                }
         }
}Documentation could be better though. And adding a general set::spamfilter::except may be a good idea. Right now that setting means a list of channels/nicks, but it would be nicer as a mask item.  | 
| 
		 | 
	Transformed the set::spamfilter::except into a Mask item. All this will be in 6.1.7. | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2021-06-04 08:09 | GHF | New Issue | |
| 2021-06-14 17:23 | syzop | Note Added: 0022003 | |
| 2021-12-30 13:51 | syzop | Summary | exemptions => exempt channel from restrict-commands channel-message | 
| 2024-07-06 09:27 | syzop | Assigned To | => syzop | 
| 2024-07-06 09:27 | syzop | Status | new => resolved | 
| 2024-07-06 09:27 | syzop | Resolution | open => fixed | 
| 2024-07-06 09:27 | syzop | Fixed in Version | => 6.1.7 | 
| 2024-07-06 09:27 | syzop | Note Added: 0023251 | |
| 2024-07-06 10:21 | syzop | Note Added: 0023252 |