=spamo: +BNcom@email.bn.com
authorshort <>
Wed, 16 Oct 2002 08:04:40 +0000 (08:04 +0000)
committershort <>
Wed, 16 Oct 2002 08:04:40 +0000 (08:04 +0000)
My-Audit.pm

index 1889869..3ced029 100644 (file)
@@ -60,6 +60,7 @@ sub audit
                store "=spamo"        if headeris "From",'<ghandchi@hotmail.com>';
                store "=spamo"        if headeris "From",'<newsletter@levnapc.cz>';
                store "=spamo"        if headeris "From",'<Tomas@dtpstudio.cz>';
+               store "=spamo"        if headeris "From",'<BNcom@email.bn.com>';
                {
                        # weak detection: files with text/html w/o text/plain are usually a spam
                        my @types_linear=map({ mime_type($_); } parts_linear());