One more question about regex rules: in what order and how are they processed?
For example, let's say I'm trying to sort numbers into 4 categories: positive even, positive odd, negative even, negative odd. First approach would be define something like -[0-9]*[02468] for negative even. Second approach would be to define rule to sort them into positive and negative piles, then another rule to sort them into even & odd. Does the second way work in Pan? On Fri, Jan 4, 2013 at 2:19 PM, Heinrich Müller <[email protected]> wrote: > Try using [0-9]+ > Am 22.12.2012 13:51 schrieb "Gordon Speedman" <[email protected]>: > > >> >> >> Can you post the regex you used? >> It's not about the regex, I was unable to use regex as a rule at all. >> >> If I open Articles -> Edit Article's Watch/Ignore/Score -> add new >> rule like "author is john doe" -> add & rescore then this "author is >> john doe" rule appears in the panel and got scored accordingly. >> >> If I add new rule like "author match regex [:alpha:]+" -> add & >> rescore then the panel is not updated with this rule (ie. still only >> the "author is john doe" rule) >> >> >> On Sat, Dec 22, 2012 at 5:08 AM, Heinrich Müller >> <[email protected]> wrote: >> > Am 22.12.2012 01:17, schrieb Gordon Speedman: >> >> >> >> I'm using Pan for windows and I can't add any scoring rules using >> >> regex at all. Is this feature supported in Windows version? Also what >> >> favor of regex is supported? >> >> >> >> -- >> >> -Godspeed >> >> >> >> _______________________________________________ >> >> Pan-users mailing list >> >> [email protected] >> >> https://lists.nongnu.org/mailman/listinfo/pan-users >> > >> > Can you post the regex you used? >> > >> > _______________________________________________ >> > Pan-users mailing list >> > [email protected] >> > https://lists.nongnu.org/mailman/listinfo/pan-users >> >> >> >> -- >> -Godspeed >> >> _______________________________________________ >> Pan-users mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/pan-users > > > _______________________________________________ > Pan-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/pan-users > -- -Godspeed _______________________________________________ Pan-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users
