Hi
I think this is not possible via whitelist but only via a custom rule that check for te sbj and give (for example) -50 points..
So, try to google for custom spamassassin rule howtos and syntax
Ciao
Stefano
yes, i've found this but are unsure if it would work? And should I make a new template fragment?
"To whitelist certain subjects (in this case HELLO), a separate rule with a score of -100 has to be
added in the local.cf file, e.g."
header SUBJ_HELLO Subject =~ /Hello/i
describe SUBJ_HELLO Subject contains "Hello"
score SUBJ_HELLO -100