View Issue Details

IDProjectCategoryView StatusLast Update
0002600unrealircdpublic2005-07-26 12:50
Reporterrecycled Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version3.2.3 
Summary0002600: Spamfilter replaces \\ by \ in regex when adding rules from spamfilter.conf
DescriptionThe 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 Reproducedefault rules are good examples, so just type /spamfilter and compare :)
Additional InformationThis problem only occurs on unreal 3.2.3, not on 3.2.2
3rd party modules

Activities

Dukat

2005-07-26 12:47

reporter   ~0010260

Last edited: 2005-07-26 12:47

Already fixed in CVS (.347).

See also:
http://forums.unrealircd.com/viewtopic.php?t=1723

syzop

2005-07-26 12:50

administrator   ~0010261

:p

Issue History

Date Modified Username Field Change
2005-07-26 11:59 recycled New Issue
2005-07-26 12:47 Dukat Note Added: 0010260
2005-07-26 12:47 Dukat Note Edited: 0010260
2005-07-26 12:50 syzop Status new => closed
2005-07-26 12:50 syzop Note Added: 0010261
2005-07-26 12:50 syzop Resolution open => duplicate