In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] online.de writes >I just received some spam built like >V<span style="display: none"> some words </span>I<span style="display: none"> >more text </span>I >Is there any way to detect these?
Working on the logic that display:none is highly unlikely to ever appear in ham I have the following rule, albeit scored fairly low for now. rawbody CSS_HIDDEN1 /(?:display\s*:\s*none)/i Probably someone better than I will be able to improve on it but... Kevin
