On Wednesday 07 December 2005 06:33 am, Matthew Daubenspeck wrote: > Recently I have been receiving a TON of Stock Spam lately. For the most > part, the subject is news related (news, updated news, breaking news, > etc) and the message itself is empty except for a .GIF file with Stock > information on it. Has anyone seen these and come up with a custom rule > to stop them?
Works great here (watch wrapping): header __SUBJ_NEWS Subject =~ /(^news$)|(^[a-z]+ news$)|(^news alert$)|(^press release$)|(^news report$)|(^winner$)|(^plea?s[ae]nt news$)/i meta SENET_BRK_NEWS_GIF (__SUBJ_NEWS && (HTML_IMAGE_ONLY_04 || HTML_IMAGE_ONLY_08)) describe SENET_BRK_NEWS_GIF Breaking news (gif) score SENET_BRK_NEWS_GIF 8.0
