Re: some custom rules query

2010-11-22 Thread Peter Daum
On 2010-11-16 23:52, Martin Gregorie wrote: On Tue, 2010-11-16 at 14:20 -0800, John Hardin wrote: On Tue, 16 Nov 2010, Martin Gregorie wrote: On Tue, 2010-11-16 at 16:02 +, Mike Bro wrote: 2. Email body contains less than 4 characters I've never seen mail with so short a body - where's

Howto AND-combine several tests in a single rule?

2009-07-07 Thread Peter Daum
Hi, I can't imagine that this should not be possible, but couldn't find anything about this question in the spamassassin docs or elsewhere on the net. I need a rule that has several single tests that all should return true for the whole rule to match - something like e.g.: describe RULE

Re: Howto AND-combine several tests in a single rule?

2009-07-07 Thread Peter Daum
Martin Gregorie wrote: You need double underscores to make a rule invisible. ... oops - I had overlooked on the web page, that this is _2_ underscores (and was pretty puzzled to discover that w/o assigning a separate score to each single test they will be ignored ;) - Thanks a lot! Just for