View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002600 | unreal | ircd | public | 2005-07-26 11:59 | 2005-07-26 12:50 |
| Reporter | recycled | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 3.2.3 | ||||
| Summary | 0002600: Spamfilter replaces \\ by \ in regex when adding rules from spamfilter.conf | ||||
| Description | The regex of the rules in spamfilter.conf are not correctly loaded: for example, the rule spamfilter { regex "C:\\WINNT\\system32\\(notes|videos|xxx|ManualSeduccion|postal|hechizos|images|sex|avril)\.zip"; target dcc; action dccblock; reason "Infected by Gaggle worm"; }; will be loaded as * f d dccblock 0 573458 86400 Infected_by_Gaggle_worm vicky.recycled-irc.org :C:\WINNT\system32\(notes|videos|xxx|ManualSeduccion|postal|hechizos|images|sex|avril)\.zip This will block dcc of videos.tgz for example! | ||||
| Steps To Reproduce | default rules are good examples, so just type /spamfilter and compare :) | ||||
| Additional Information | This problem only occurs on unreal 3.2.3, not on 3.2.2 | ||||
| 3rd party modules | |||||
|
|
Already fixed in CVS (.347). See also: http://forums.unrealircd.com/viewtopic.php?t=1723 |
|
|
:p |