On Sun, 2008-12-14 at 14:57 +0100, Arvid Ephraim Picciani wrote:
> HI, 
> what was the solution again for windows live spam? It hit me finally.
> (does this list have a search facility?)
>
Here's mine. This targets livespace spam:
- not sent from a livespace address
- sent via the Sourceforge listservs

header   __MG_LSP1 From =~ /spaces\.live\.com/i
uri      __MG_LSP2 /^http:.{1,40}\.spaces\.live\.com/i
header   __MG_LSP3 List-Id =~ /lists\.sourceforge\.net/i

describe MG_LIVESP Contains spaces.live.com URI
meta     MG_LIVESP (!__MG_LSP1 && __MG_LSP2)
score    MG_LIVESP 2.5

describe MG_LIVESF Via SourceForge but contains spaces.live.com URI
meta     MG_LIVESF (__MG_LSP2 && __MG_LSP3)
score    MG_LIVESF 10.0


Martin


Reply via email to