https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6417
Adam Katz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Adam Katz <[email protected]> 2010-04-19 22:18:46 EDT --- Looks like MS just started outsourcing to an ESP. >From trunk (as promoted from rulesrc/sandbox/hege), > meta HK_FAKENAME_MICROSOFT __HK_NAME_MICROSOFT && !__HK_HELO_MICROSOFT > header __HK_HELO_MICROSOFT X-Spam-Relays-External =~ > / helo=\S+\.(?:microsoft(?:email)?|msn)\.com / > header __HK_NAME_MICROSOFT From:name =~ /(microsoft|\bmsn\b)/i This is solvable via spf unless we trying to avoid the plugin as much as possible. ifplugin SpamAssassin::SPF meta HK_FAKENAME_MICROSOFT __HK_NAME_MICROSOFT && !SPF_PASS endif Alternatively, we could scratch the rule. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
