Re: Local rules math problem

2009-05-03 Thread mouss
Micah Anderson a écrit : > I've got a couple custom meta rules, that don't seem to be applying how > I expected them to. > > When I run a message that should hit on these rules I get: > > [14109] dbg: rules: ran one_line_body rule __LOCAL_PHISHER_USERNAME ==> > got hit: "Username:" > [14109]

Re: Local rules math problem

2009-05-02 Thread RW
On Sat, 2 May 2009 16:53:22 +0100 RW wrote: > On Sat, 02 May 2009 11:27:04 -0400 > Micah Anderson wrote: > > > meta LOCAL_PHISHER_USERPASS ((( 0.2 * > > __LOCAL_PHISHER_USERNAME ) + ( 0.4 * __LOCAL_PHISHER_PASSWORD ) + > > ( 0.4 * LOCAL_PHISH_FROMREPLY)) > 1) BTW it should be a

Re: Local rules math problem

2009-05-02 Thread RW
On Sat, 02 May 2009 11:27:04 -0400 Micah Anderson wrote: > > However there is a > rule that builds on that which doesn't fire, specifically the > LOCAL_PHISHER_USERPASS rule which does the math to add the > LOCAL_PHISH_FROM_REPLY to the __LOCAL_PHISHER_PASSWORD and > __LOCAL_PHISHER_USERNAME to