=spamo: +<canda@lica.cz>
authorshort <>
Mon, 3 Mar 2003 12:01:09 +0000 (12:01 +0000)
committershort <>
Mon, 3 Mar 2003 12:01:09 +0000 (12:01 +0000)
My-Audit.pm

index 1097bfd..9bc0fbc 100644 (file)
@@ -51,6 +51,7 @@ sub audit
                store "=spamo"        if headeris "From",'<BNcom@email.bn.com>';
                store "=spamo"        if headeris "From",'<e4luck@lists.opt4email.com>';
                store "=spamo"        if headeris "From",'<mailcontests@lists.servitall.com>';
+               store "=spamo"        if headeris "From",'<canda@lica.cz>';
                {
                        # weak detection: files with text/html w/o text/plain are usually a spam
                        my @types_linear=map({ mime_type($_); } parts_linear());