INFORMATION FOR YOU

Zoran Dzelajlija jelly+news@srk.fer.hr
Sat Nov 27 19:47:08 CET 2004


Christophe Cuq <ccuq@chc-conseil.com> wrote:
> Le 11/21/04 8:04 PM, Christoph Biedl nous disait :

> > ObCleanfeed: How do you deal with that Matt Parker stuff that is spammed
> > via Google for weeks?

> I didn't see it before today. Then I tried to deal with it with :

> return reject ('matt parker') if ($hdr{'Subject'} =~ /.*matt.parker.*/);

I thought there was a possibility for false positives with that (consider
someone discussing the said spammer), so I put this:

  if ( $#groups > 3 && 
       $hdr{'Subject'} =~ /matt(hew)?\ parker/i &&
       $hdr{'__BODY__'} =~ /matt\ parker\ alias/ ) {
    $rval = "Hate mail unwanted here."
  }

  [...]
  return $rval;

Regards,
Zoran




More information about the cleaners mailing list