On 2013/04/18 10:28 PM, Fred wrote:
Thanks Daniel and Tom! Good advice. I tried to put a a rule in Spamassassin and it works great.How should a rule look that look for special string or text in message? Regards Fred
Hi Fred. In the message body, use this /body FRED_BLOCK_THIS_BODY///this is the string which you want to block/// score FRED_BLOCK_THIS_BODY 100.00 describe FRED_BLOCK_THIS_BODY has a blocked string in the message body./ Regards Tom