> -----Original Message----- > From: Genchev, Sergei [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 03, 2004 2:25 PM > To: '[EMAIL PROTECTED]' > Subject: Body tests include subject? > > > > Is it just me or does SpamAssassin (2.63) include subject in > body tests? > To check my suspicion I have created 2 test rules: > > header TESTING123_SUBJ Subject =~ /testing123/i > score TESTING123_SUBJ 0.01 > body TESTING123_BODY /testing123/i > score TESTING123_BODY 0.01 > > If I send myself an E-mail with "testing123" in a body only, it only > triggers TESTING123_BODY test - as expected. If on the other > hand I send > myself an E-mail with "testing123" in the subject but not in > a body, it > triggers both tests, like in the E-mail below. > > Is it a bug, a feature or am I pipe dreaming? >
It is a feature. Body will also look at the subject :) --Chris
