> New rules:
> body    __MED_BEG_SP    /\bw{2,3}[[:space:]][[:alpha:]]{2,6}\d{2,6}/i
> body    __MED_BEG_PUNCT /\bw{2,3}[[:punct:]]{1,3}[[:alpha:]]{2,6}\d{2,6}/i
> body    __MED_BEG_DOT   /\bw{2,3}\.[[:alpha:]]{2,6}\d{2,6}/i
> body    __MED_BEG_BOTH
> /\bw{2,3}[[:punct:][:space:]]{2,5}[[:alpha:]]{2,6}\d{2,6}\b/i
> body    __MED_END_SP
> /[[:alpha:]]{2,6}\d{2,6}[[:space:]](?:c\s?o\s?m|n\s?e\s?t|o\s?r\s?g)\b/i
> body    __MED_END_PUNCT
> /[[:alpha:]]{2,6}\d{2,6}[[:punct:]]{1,3}(?:c\s?o\s?m|n\s?e\s?t|o\s?r\s?g)\b/i
> body    __MED_END_DOT
> /[[:alpha:]]{2,6}\d{2,6}\.(?:c\s?o\s?m|n\s?e\s?t|o\s?r\s?g)\b/i
> body    __MED_END_BOTH
> /[[:alpha:]]{2,6}\d{2,6}[[:punct:][:space:]]{2,5}(?:c\s?o\s?m|n\s?e\s?t|o\s?r\s?g)\b/i
>
> meta    AE_MED42        (__MED_BEG_SP || __MED_BEG_PUNCT || __MED_BEG_DOT ||
> __MED_BEG_BOTH ) && (__MED_END_SP || __MED_END_PUNCT || __MED_END_DOT ||
> __MED_END_BOTH) && ! (__MED_BEG_DOT && __MED_END_DOT )
> describe AE_MED42       rule to catch still more spam obfuscation
> score   AE_MED42        4.0
>
>
>


Hi Dan,
very very thanks!
It's perfect for all variant!

Regards

---
Sim

Reply via email to