One of the options for SpamAssassin is that we can write our own rules. I've tried doing so, but they have no effect. All other customizations to my user_prefs file work correctly and the file has no syntactical errors. Even very basic tests that just mark the message with a header do not work. Is there another server setting that needs to be set?
Thanks
Thanks
Code:
header RN_STOCK SUBJECT =~ /st[o0]ck/i score RN_STOCK 1.5 describe RN_STOCK Header contains stocks
Comment