At Sat Jan 10 09:39:39 2004, Kai Poppe/Redaktion SDCE wrote: > > Hello List > (hope that message gets through the list filter anyways *g*) > > I tried to create a rule to filter occurences of the word for the blue > little pills beginning with V, that contained unsual letters for i and a > (like ã,å,ï aso...) but unfortunately only the word containing "normal" > letters is recognized, the others not. > I inserted the letters into the .cf using MC on my linux-bash. do i need to > use another /\b(?:windows)\*argh\*\b/i editor ?
I did it by using the hex equivalent (though this was to catch lower-case i with an acute accent in the word "penis"): body L_OBFU_PENIS /\b[Pp]en\xEDs\b/ You may need to play with the "od" command to find out what the hex (or octal) values are that you need. The examples you give turn out to be \xE3, \xE5, \xEF. Martin -- Martin Radford | "Only wimps use tape backup: _real_ [EMAIL PROTECTED] | men just upload their important stuff -o) Registered Linux user #9257 | on ftp and let the rest of the world /\\ - see http://counter.li.org | mirror it ;)" - Linus Torvalds _\_V ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk