View Single Post

  #1  
Old 08-25-2008, 04:18 PM
Default custom rule with pattern test of 0 (zero) not processed

Hello all,
I searched high and low but could not find anywhere that says the
following rule patten is invalid or not allowed in SpamAssassin 3.2.5 on
CentOS 5.1 However it works with non-zero numbers... Thoughts? and TIA

header LOCAL_TESTHEADER TESTHEADER =~ /^0$/
score LOCAL_TESTHEADER 1000



message:
TESTHEADER: 0
From:blah@example.com
To: blah1@example.com
Subject: This is a TESTHEADER: 0 test

blahblah blah

Reply With Quote