smcbutler wrote: > header toSupport_MYCORP To =~ /[EMAIL PROTECTED]/i > [16923] warn: Possible unintended interpolation of @mycorp in string at > /etc/mail/spamassassin/myRules.cf, rule toSupport_MYCORP, line 1. > isn't escaping the "@" enough to get this rule functional
It should be enough. Therefore I have to ask the question. Did you restart your spamd after making that change? It appears that it is still running using the unescaped configuration from before your last edit. This would be a common trap for people. Try restarting your spamd. Try running spamassassin --lint to check the current rules. Hope that is it! :-) Bob