custom rule no work (as expected) and log score

2009-07-14 Thread Bazooka Joe
any idea why this rule never works for domain1 or domain2 but only domain3 header whitelist_from_luser From =~ /domain1\.com/i header whitelist_from_luser From =~ /domain2\.com/i header whitelist_from_luser From =~ /domain3\.com/i score whitelist_from_luser -2.5 How do I log the score for each

Re: custom rule no work (as expected) and log score

2009-07-14 Thread Daniel Schaefer
any idea why this rule never works for domain1 or domain2 but only domain3 header whitelist_from_luser From =~ /domain1\.com/i header whitelist_from_luser From =~ /domain2\.com/i header whitelist_from_luser From =~ /domain3\.com/i score whitelist_from_luser -2.5 How do I log the score for

Re: custom rule no work (as expected) and log score

2009-07-14 Thread McDonald, Dan
On Tue, 2009-07-14 at 12:54 -0700, Bazooka Joe wrote: any idea why this rule never works for domain1 or domain2 but only domain3 header whitelist_from_luser From =~ /domain1\.com/i header whitelist_from_luser From =~ /domain2\.com/i header whitelist_from_luser From =~ /domain3\.com/i

Re: custom rule no work (as expected) and log score

2009-07-14 Thread Kevin Parris
The most obvious problem is that you are re-using the rule name. While the configuration is parsed the 2nd line replaces the first then the 3rd line replaces the 2nd line. If you want three rules give them three different names, for example: whitelist_from_luser1 whitelist_from_luser2