I forgot to reply all when I sent this, the group should have access to this
trick too.

Steve Roemen wrote:
> Thanks,  this should do the trick.
> Steve
>
> on 06/17/05 12:37 Fred wrote the following:
> One possible work around to this would be create a meta rule that
> fires when more than one person is listed in To or CC boxes.  Using
> this meta rule, create another meta rule to counter the effects of
> having your "spam" address used to mail multiple people.
>
> Something like this:
>
> header  __MYSPAM_ADD ToCc =~ /[EMAIL PROTECTED]/i
> header  __MANY_RECPT  ToCc =~ /(?:[EMAIL PROTECTED],30}){4}/
>
> meta    DONT_ABUSE_SPAMTRAP (__MYSPAM_ADD && __MANY_RECPT)
> describe DONT_ABUSE_SPAMTRAP Please don't send e-mail to this address
> with multiple recpts.
> score   DONT_ABUSE_SPAMTRAP  100
>
>
> The rule __MYSPAM_ADD just checks for your spam reporting address.
> The rule __MANY_RECPT just checks for 4 @ signs in either To or CC.
>
> None of this is tested but it's how "I" would do it.
>
> Frederic Tarasevicius
> Internet Information Services, Inc.
> http://www.i-is.com/
> 810-794-4400

Reply via email to